PDA

View Full Version : textarea <li> formatting ?


mantra
07-09-2007, 02:28 AM
is there anyway you can shorten the height between bullet points ( list items ) in the textarea ? i get a huge gap between each one.

i'm using htmltext . it's a standard
<ul>
<li>[content here]</li>
</ul>

Can i shorten the spacing using CSS or something . Any help greatly appreciated !!

aftershock
07-19-2007, 01:01 PM
Yes there is. Its not on the HTMLText tag though it is on the surrounding mx:Text tag. You need to set the property condenseWhite to be true.


<mx:Text width="100%" condenseWhite="true">
<mx:htmlText>


That will sort out your problem.