Is there a better way to have the site image top left and then a banner image right. This is what I've come up with
<div>
<img src="images/image1.gif" width="100" height="100" alt="image 1" style="float:left;" />
<img src="images/image2.gif" width="468" height="160" alt="image 2" style="float:right;" />
</div>
<div>
<img src="images/image1.gif" width="100" height="100" alt="image 1" style="float:left;" />
<img src="images/image2.gif" width="468" height="160" alt="image 2" style="float:right;" />
</div>