You may have to escape the "<" and ">" htmlText="line1<br>line2"
either that or put it inside CDATA --- In [email protected], David Pariente <xxmapach...@...> wrote: > > Not sure if you already got an answer. > Try using <br/> > > ------------------------------ > David Pariente > RIA consultor > ------------------------------ > > El 23/12/2009, a las 17:04, Joel Stransky <stranskydes...@...> escribió: > > Ok, htmlText seems to be even worse in Flex and I didn't think it could be > much worse. > > I'm trying to render a simple piece of html that consists of an image, a line > break and two paragraphs but no matter what I do, the first line of text > insists in filling in on starting next to the image instead of below it. > > Are <br> tags completely ignored. Do I have to style a <p> tag? Is > condenseWhite even recommended? What gives? > > -- > --Joel Stransky > stranskydesign.com >

