test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • brandon12 Friend
    #117428

    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.

    brandon12 Friend
    #211145

    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.

    brandon12 Friend
    #211253

    li {
    margin-left:15px;
    }

    Hung Dinh Friend
    #211270

    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

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Hung Dinh 18 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum