Exforsys
+ Reply to Thread
Results 1 to 3 of 3

How to change the color of a bullet

This is a discussion on How to change the color of a bullet within the Html forums, part of the Programming Talk category; Tell me how to change the color of a bullet? HTML Code: <li> <ul> one </ul> <ul> two </ul> </ul> ...

  1. #1
    seenu01 is offline Junior Member Array
    Join Date
    Feb 2006
    Answers
    11

    How to change the color of a bullet

    Tell me how to change the color of a bullet?

    HTML Code:
    <li>
    <ul>one</ul>
    <ul>two</ul>
    </ul>
    The text color should not change , only the bullet color should change.
    how to solve this problem?


  2. #2
    Quozty is offline Junior Member Array
    Join Date
    Dec 2006
    Answers
    26
    try looking for listomatic


  3. #3
    Limca is offline Junior Member Array
    Join Date
    Apr 2006
    Answers
    21
    Use span like this

    PHP Code:
    <ul style="color: red;">
    <
    li><span style="color: black;">Text</span></li>
    </
    ul



    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...