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>

