
- Forum
- Programming Talk
- Html
- How to change the color of a bullet
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> ...
-
How to change the color of a bullet
Tell me how to change the color of a bullet?
The text color should not change , only the bullet color should change.HTML Code:<li> <ul>one</ul> <ul>two</ul> </ul>
how to solve this problem?
-
try looking for listomatic
-
Use span like this
PHP Code:<ul style="color: red;">
<li><span style="color: black;">Text</span></li>
</ul>
-
Sponsored Ads

Reply With Quote





