Hi again Beverleyh - I finally realized what the problem was...
If one image is displayed, 100% max width assigned to it is fine. But if there are two images or more, the 100% has to be split amongst however number of images there are. So, the following is now working perfectly, whereas I'm also allowing 2% on each side of the two images in order to center them.
Code:
<div id="logo"><img src="/logo/loading-cup-header.gif" border="0" style="whitespace:nowrap; max-width:18%; height:auto"><img src="/logo/guy-arseneau-header.png" border="0" style="whitespace:nowrap; max-width:78%; height:auto"></div>
Bookmarks