Thanks guys! I was definitely barking up the wrong tree on that one.
condenseWhite seems to have done the trick. The leading property had
surprisingly little effect.

--- In flexcoders@yahoogroups.com, "Ryan Graham" <[EMAIL PROTECTED]> wrote:
>
> 
> Also, try condenseWhite="true" on the Text control...
>  
> HTH,
> Ryan
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Tracy Spratt
> Sent: Tuesday, September 30, 2008 11:53 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Format LI Bullets in htmlText
> 
> 
> 
> Look into the "LEADING" property.
> 
> Tracy
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of edlueze
> Sent: Tuesday, September 30, 2008 2:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Format LI Bullets in htmlText
> 
> I am trying to format a set of bullets within a Text control using
> htmlText but the bullets seem to be really far apart (think of a
> really big line-height). I can't seem to figure out how to modify the
> style (CSS or inline) for the LI tag so that the line-height is smaller.
> 
> This is my MXML:
> 
> <mx:Text>
> <mx:htmlText>
> <![CDATA[My bullets:
> <li>Bullet #1</li>
> <li>Bullet #2</li>
> <li>Bullet #3</li>
> ]]>
> </mx:htmlText>
> </mx:Text>
> 
> Any ideas?
> 
> Thanks in advance!
> 
>  
> 
> 
> This message is private and confidential. If you have received it in
error, please notify the sender and remove it from your system.
>


Reply via email to