Re: Creating new lines and bullet point in TextArea
I tried margin and padding as below
<p style="margin: 0px; padding: 0px">
<ul style="margin: 0px;">
<li style="margin: 0px; padding: 0px">ABC</li>
<li style="margin: 0px; padding: 0px">XYZ</li>
[/BULLET]
</p>
It seems that Flex ignores the values. 100px or 0px gives the same result.
Bug?
|