Flash "adds" html tags to the ones you are putting in and so you need to get
the html inside the TextField after it is rendered via the techniques I
posted and see if it is valid before you start experimenting with malformed
html.
Also valid html is not necessarily valid html for a Flash TextField as all
tags and all their attributes are not supported. Get the actual html inside
the TextField once rendered and see if that is formed properly and meets the
html specifications for Flash player version you publish to.
For Flash 8 :http://livedocs.macromedia.com/flash/8/main/00001459.html.
Also be sure you are reading the requirements for using the img tag in a
Flash TextField:
http://livedocs.macromedia.com/flash/8/main/00001464.html
"To use this tag, you must set your dynamic or input text field to be
multiline and to wrap text. "
and
http://livedocs.macromedia.com/flash/8/main/00001472.html
"In general, an image embedded in a text field appears on the line following
the <img> tag. However, when the <img> tag is the first character in the
text field, the image appears on the first line of the text field"

Signature
Lon Hosford
www.lonhosford.com
Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com
May many happy bits flow your way!
> html code is perfect without any error , here is one funny profblem i
> rectified
[quoted text clipped - 7 lines]
>
> now this is the problem do anybody know how to overcome this problem