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> > > >

