I've been trying to position an image tag in actionScript3 (from an xml file) like this:
<![CDATA[
Hey, <br/>
<img style="margin-left:200px;" src="imgs/_mamo.jpeg"/>
<p>
some text some text some text some text some text some text some text some text some text
</p>
<p>
Thanks,<br/>
web-dev.
</p>
]]>
but as3 is not using the styling.
Is AS3 able to recognize css styling? If not how would I position the image tag?