J
(@j)
Hi jbn10161… The only way I can think of is by doing the following:
Set the color of the bullets as you want them in the CSS even though the text changes to that color aswell. Then manually after each
< li > tag in your webpages add <font color=”#FF0000″> before the text and </font> after it where #FF0000 is what color you want the text to be.
That will change the text independently of what color the CSS sets it. Tedious but that’s all I can think of, sorry!
J
(@j)
Other than that, use a small image as your bullet point instead.
Use the second suggestion 😉
Interesting approach. (1) With an SRC tag? (2) I’m not sure how that integrates with a stylesheet: How can distance, indents, etc. be specified, so the image/bullet is a hanging indent outside the left margin of the text itself?