Placing img inside txtfields

hello,

have another question:
(i think i already know the answer but i also think some experts will maybe have an answer :slight_smile:
okay, i would like to place a picture inside my txt with html, i am able to do that but i want the picture between the text, neither left or right of it but betweeen :frowning:
like this:
myTxt.htmlText = “this is my IMAGE <img src=‘mc’ > and this is some more text”;

Thanks,

Hello,

Thats was my need too. But its not possible to get u r image aligned to CENTER by using:
<IMG SRC=‘img.jpg’ ALIGN=‘center’>
You can either align it to right or left. So what I can only suggesst is to get ur   to insert a space character before an image. I know this doesnt sound logical and might be suitable where u have varying sizes of textField.

Still if u get it work OR anyone else has got a solution over i would really appreciate it.


aShIsH