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!

Reply via email to