View Full Version : li tag
barbara12
10-19-2006, 07:34 PM
I've noticed with several templates when I add <li>some text</li> that a recurring theme is a bullet then an arrow, when it should be just one. Should I use a different tag for bullets? I use a text editor only, just looking for html so a link is a bullet or arrow only, not both. Thanks and great templates.
barbara12
10-21-2006, 08:34 PM
maybe i'm doing bullets wrong, cuz I thought other people would have recognized this when using <li> tags...
so I just deleted the arrow pic from the css and the bullets work in internet explorer
in firefox bullets are starting too far on the left. it's not a big deal.
barbara12
10-26-2006, 01:56 AM
li {
margin-left:15px;
}
Hung Dinh
10-27-2006, 08:47 AM
If you want to make a special list which is applied to one specific div only, you'd better put an ID for the css settings: Eg:
#mylist ul {...}
#mylist li {..}
This way, it will not affect the other lists throughout your site
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.