servalman
12-11-2006, 05:47 PM
Hello
I'm having the folowing prob:
I have some HTML text box with some dynamic HTML content in it.
in this HTML code I have list like this:
<li>Item 01</li>
<li>Item 02</li>
<li>Item 03</li>
This works fine and I have a list with some bullets in front of each item.
My problem is to modify the colors of those bullets.
Most of my style are CSS driven, and I thought that something like this would work
li {
color:#346164;
}
please help
Thank you
I'm having the folowing prob:
I have some HTML text box with some dynamic HTML content in it.
in this HTML code I have list like this:
<li>Item 01</li>
<li>Item 02</li>
<li>Item 03</li>
This works fine and I have a list with some bullets in front of each item.
My problem is to modify the colors of those bullets.
Most of my style are CSS driven, and I thought that something like this would work
li {
color:#346164;
}
please help
Thank you