Actually adding style="margin-right: 25px" to the img tag did produced a better result then the <span>. Using the <span> shifted the entire text over, while just adding style="margin-right: 25px" to the img tag just moved the text to the right of the image over 25 pixels. I am surprised I didn't think of that. Good call gm.
|