Thread
:
How to change the color of a bullet
View Single Post
#
3
(
permalink
)
12-28-2006, 02:42 AM
Limca
Junior Member
Join Date: Apr 2006
Posts: 25
Use span like this
PHP Code:
<
ul style
=
"color: red;"
>
<
li
><
span style
=
"color: black;"
>
Text
</
span
></
li
>
</
ul
>
Limca
View Public Profile
Send a private message to Limca
Find all posts by Limca