Hopefully someone can help me with this. I am using the webmaster mode of XCart to edit the images on my page. I have it so it looks just like I want in Firefox but when I load it in IE the one image is missing. What I want is something like:
XXXXXAAA
XXXXXBBB
Where the Xs indicate a single image, the As a single image and the Bs a third single image.
It displays like that in Firefox but the B image is completely missing in IE. The code I'm using is below, I've tried a couple varients but nothing gets the image in the lower right to display in IE.
Code:
<p>
<img align="left" alt="Antiochian Village Bookstore and Giftshop" height="200" src="http://store.antiochianvillage.org/skin1/images/Custom/Lent Banner Left.gif" width="550" /><a href="http://www.facebook.com/pages/Antiochian-Village-Bookstore-Giftshop/214753048541529"><img align="left" alt="Like us on Facebook" height="100" src="http://store.antiochianvillage.org/skin1/images/Custom/Lent Banner Right Upper.gif" width="180" /></a></p>
<p>
<a href="http://store.antiochianvillage.org/Newsletters_and_Promotions.html"><img alt="Sign up for our newsletter" height="100" src="http://store.antiochianvillage.org/skin1/images/Custom/Lent Banner Right Lower.gif" width="180" /></a></p>
I've reverted back to the old setup until I can find a way to make it render correctly in IE. If anyone has an idea why it is rendering the images oddly I would appreciate the input.