I'm trying to place two images on the same line, one on the right side, the other on the left. How do I do this without using tables?
| SitePoint Sponsor |





I'm trying to place two images on the same line, one on the right side, the other on the left. How do I do this without using tables?




<img src="img1.jpg" style="float:left" />
<img src="img2.jpg" style="float:right" />
Bookmarks