PDA

View Full Version : Using <li> Tag And Css


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

CyanBlue
12-11-2006, 06:24 PM
Flash does not know what LI really means... LI is not even supposed to be the supported HTML tag... In other words, you do not have any control over the shape/color of that bullet...

servalman
12-11-2006, 07:05 PM
is there anyway to insert a bullet (image, or else) in some html Texfield
can I use tables in one of those

Thanks anyway

T.

CyanBlue
12-11-2006, 07:18 PM
Nope... Flash only understands HTML 1.1 specification which means no table...