help with IE compatibility issue

  • x-i-n-v-u-x
  • Born
  • Born
  • No Avatar
  • Joined: Jul 14, 2010
  • Posts: 4
  • Status: Offline

Post July 22nd, 2010, 3:40 pm

okay, I have some images on my webpage and I made them into thumbnails in order to save some space. Everything works fine in Firefox, but when I try to load the page in IE7, none of the thumbnail pictures showed up. (no red x, just blank space) It's as if nothing was there!
here is a part of my code:
Code: [ Select ]
<a href="pictures/big/1.jpg"<img src="pictures/big/1.jpg" width="150" border="0px"></a> &nbsp; <a href="pictures/big/2.jpg"<img src="pictures/big/2.jpg" width="150" border="0px"></a> &nbsp;
<a href="pictures/big/3.jpg"<img src="pictures/big/3.jpg" width="150" border="0px"></a> &nbsp;
  1. <a href="pictures/big/1.jpg"<img src="pictures/big/1.jpg" width="150" border="0px"></a> &nbsp; <a href="pictures/big/2.jpg"<img src="pictures/big/2.jpg" width="150" border="0px"></a> &nbsp;
  2. <a href="pictures/big/3.jpg"<img src="pictures/big/3.jpg" width="150" border="0px"></a> &nbsp;


Can anyone tell me if there's anything wrong with my code and if that's the reason why the pictures won't show up in IE??

Thanks in advance!!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 22nd, 2010, 3:40 pm

  • Howdy_McGee
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 22, 2010
  • Posts: 16
  • Status: Offline

Post July 23rd, 2010, 8:25 am

Well the obvious first thing is that your missing your ">" at the end of your first anchor tags - other than that if it's not showing a red x then the image is there but something is blocking it.

It has to be something other than that code there that's messing it up, maybe in your CSS or other elements on the page.
  • x-i-n-v-u-x
  • Born
  • Born
  • No Avatar
  • Joined: Jul 14, 2010
  • Posts: 4
  • Status: Offline

Post July 23rd, 2010, 9:09 am

It's working after I put the ">" in. I didn't know one little ">" can make such a big difference! Thanks for helping. :) I'm a newbie in HTML

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 98 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.