You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by chris_d_k <ck...@christiankiefer.de> on 2016/07/19 16:48:31 UTC

How to style imported HTML in RichTextComponent

Hi,

I am importing the following html:

<ol>
<li>asdf</li>
<li>asdf</li>
<li>asdf</li>
<li>asdf</li>
</ol>

when I display it in a RichText-Component:

richText.textFlow = TextConverter.importToFlow(theHtmlText,
TextConverter.TEXT_FIELD_HTML_FORMAT);

there are huge gaps between the list elements. How can I remove them.

And on some devices even the numbers are cutted at the left side... Is there
any way to fix that?

Kind regards

Christian



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/How-to-style-imported-HTML-in-RichTextComponent-tp13010.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.