Can anyone help me fix alignment issues using the <img> tag to place an image into a text field? I am using loadVars to load text into a dynamic text field. It loads my text and clears room enough for the picture, but aligns it over the edge of my text field instead of placing it against the left margin. It is as if it's just pushing my image about 50 pixels left of where it should be, even when I specify align="right" in the tag, it places the image over top of text.