I have a textfield with htmltext. In this i receive some text formatted with the basic tags which Flash supports. (basicly <b><i><a><p><img>)
Problem is that when i insert an image, the text continues to wrap at the right side of the image, and not under the image, like it does in all normal browsers. Since the text is also used in usual htmlenviroment, i need the html to look the same in both flash and browser.
Ive tried to use styles (flash.text.StyleSheet) but i havent figured anything that help :ponder: