ul tag
Posted: 01 August 2009 10:35 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2009-08-01

Having problems with <ul> tags, when I created one <ul> tag and then go to create another <ul> tag. The second <ul> tag takes the format of the first <ul> tag. I have created IDs for each <ul> tags. The second <ul> tag still inheritance the format of the first <ul> tag. I’m lost, please assist.

Profile
 
 
Posted: 03 August 2009 10:50 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  8
Joined  2009-08-02

You don’t say what your problem is but I suspect margins. I was told to always use padding for lists and apply decorations to the li. You can also try clearing the padding <div style=“clear:left;”></div>

Profile
 
 
Posted: 04 August 2009 10:46 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  8
Joined  2009-07-31

Could you put up your CSS and HTML?
It’s kinda hard to figure out what the problem is right now.

Profile
 
 
Posted: 05 August 2009 04:16 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  19
Joined  2009-07-27

The <ul> tag supports the following standard attributes:
class-classname-Specifies a classname for an element-STF
dir-rtl-ltr-Specifies the text direction for the content in an element-STF
id-id-Specifies a unique id for an element-STF

Search engine optimization

Profile