PDA

View Full Version : HTML support- <LI> tag


alisharif
12-08-2003, 01:31 AM
I can't seem to get the <LI> tag to show the bullets in my lists. Does anyone know why?

Thanks

Billy T
12-08-2003, 04:27 AM
Post your code...

Stimpson
12-09-2003, 06:43 AM
Bit of a open goal here, but you did set html to true? :)

dzy2566
12-09-2003, 09:59 AM
You also have to include the closing tags</li> at the end of each item. And include your <li></li> pairs in <ul></ul> tags.