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], "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> > > > > > > >

