Goto http://livedocs.adobe.com/labs/flex3/langref/index.html and look at the htmlText property to see all of the supported html tags. "Leading" (in the format tag) is usually how you set the line height (which is separate from the text size). To the best of my knowledge, there's no reason leading won't work for list items.
- Dan Freiman On Thu, Mar 13, 2008 at 11:21 AM, anthony_morsey <[EMAIL PROTECTED]> wrote: > There must be some way to change the margin or padding in the style of > the LI tag. This is something you can do in HTML. I just don't know > how to do it in this particular context. > > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Daniel > Freiman" <[EMAIL PROTECTED]> wrote: > > > > You can't just change the leading of the LI lines? > > > > - Daniel Freiman > > > > On Thu, Mar 13, 2008 at 8:52 AM, anthony_morsey <[EMAIL PROTECTED]> wrote: > > > > > I want to change the vertical spacing/padding in the <LI> tag in an > > > <mx:htmlText> area. I've searched around on this issue and found no > > > clear answer. Has anyone actually done this? Is there some sample > > > code I could get a look at? > > > > > > <mx:Text> > > > <mx:htmlText > > > > <![CDATA[ > > > <LI>Retirement Options</LI> > > > <LI>Medical Options</LI> > > > <LI>Other Options</LI> > > > ]]> > > > </mx:htmlText> > > > </mx:Text> > > > > > > > > > > > > > >

