PDA

View Full Version : textarea bullets


silver charm
08-25-2004, 02:55 AM
it seems the css formatting for xml loading into a textarea is fairly limited which ordinarily i wouldn't have a problem with. (how many times are we going to be subjected to yellow flashing italicized 23 pt text until the world revolts against such lunacy???? :eek: )-but the 11 css properties is crippling my ability to put together a bulleted list.

currently i am just using '-' before the item and hard spacing the indent. :(

any ideas??? :)

silver charm
08-25-2004, 03:10 AM
<li class="subtopics">

okay....so i keep posting questions and answering them myself.....i know it's annoying...sorry. :o

c2kman
10-19-2004, 05:42 PM
Silver Charm, when you do <li class="subtopics"> what do you have in your css for subtopics. I am trying to create a bulleted list with sub bullets and as of now I can use

<li>c2kman</li>
<li>silver charm</li>


but now I am wanting to do something like


<li>c2kman
<ul>
<li>likes flash</li>
<li>but still needs to learn some stuff</li>
</ul>
</li>
<li>silver charm</li>


Any ideas?