PDA

View Full Version : [AS2] TextArea - XML/CSS - INLINE images


gyrocf17
07-02-2009, 11:00 AM
anyone know a way of adding an image to the right of text ? [read from xml]

ex:
testing <img src="img.png"></img> testing
displays:
testing testing
<img.png>

testing <img src="img.png" align="right"></img> testing
displays:
testing testing
<img.png [aligned right but on a separate line]>

how do you achieve this:
testing <img.png> testing
or
testing testing <img.png> [with image not pushed all the way to the right, just to the right of text]