I'm trying to display some text with an image in the middle and then some text afterwards. On some screen resolutions the image appear at the end of the line and the next bit on text gets wrapped to the next line. I'd rather have to wrap just before the image. Is there any way to get the image joined to the text so it wraps along with the text.
I don't want to put a line break just before the image because that was cause it to look wrong on different screen resolutions.
I don't want to put a line break just before the image because that was cause it to look wrong on different screen resolutions.
Code:
<img alt="[I]alt text[/I]" src="[I]image.gif[/I]" style="padding-top: 5px;"/>1,000