Hi,
I’m trying to have space between my paragraphs in my XML file and I used the <br></br> tag, but the space doesn’t show when I publish my movie.
Here is an example of my XML code:
<gallery>
<bio title="Article 1">
<![CDATA[text text text br></br>text text text
]]>
</bio>
And here is my AS code:
bio0Section0.header.text=gallery.bio[0].@title;
bio0Section0.copy0.htmlText=gallery.bio[0];
bio0Section0.copy0.condenseWhite = true;
bio0Section0.copy0.autoSize =TextFieldAutoSize.LEFT;
Any suggestion of why it is not working? Many thanks!!!