Hi all,
Well after searching through the net and forums here and not finding any answer about my query I’m posting it over here.
I have a dynamic text field called [COLOR=RoyalBlue]a_txt[/COLOR] on stage.
And following code
a_txt.html=true;
a_txt.htmlText="<p>Currently there exists a temporary <p><img src='ico.jpg' height='25px' width='25px'></p>setup to compile the documents in to a self running CD (flash presentation).
So basically I’m embedding an image in the dynamic textfield, which is html enabled using img tag.
However the img sticks either to the left or right border of the textfield (by using align attribute of img).
But if I want to place the image anywhere between the text, tht’s not possible.
can anybody help?
Thanks