I'm not very skilled at lining up text next to an image.
This didn't work:
Can you tell me how to put an image in the same line (roughly) as the text?Code:<font size="6" color="#800000" face="Arial">Text<img src="images/img1.jpg" border
Thanks
| SitePoint Sponsor |




I'm not very skilled at lining up text next to an image.
This didn't work:
Can you tell me how to put an image in the same line (roughly) as the text?Code:<font size="6" color="#800000" face="Arial">Text<img src="images/img1.jpg" border
Thanks

I think you're looking for something like this:
<img src="image.jpg" align="left" /><font size="6">Text</font>
Using the align="left" or align="right" should align the picture with the top of the first line of your text.
TAKE A WALK OUTSIDE YOUR MIND.
Bookmarks