hi guys i have a problem
when i use that code
txt.htmlText = “Test<img src=‘img1.jpg’ width=‘100’ height=‘100’ /> !!!”;
everything work fine, but when i put all text behind the <img> tag
txt.htmlText = “<img src=‘img1.jpg’ width=‘100’ height=‘100’ />Test !!!”;
it doesn’t work
any ideas?