Results 1 to 3 of 3

Thread: Pictures not showing up in IE.

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pictures not showing up in IE.

    I'm working on my first site ever (its for school) and I'm having some trouble with IE. I have this page which has 12 photo's on it. In FF and Chrome they all show up perfectly but in IE only 4 of the 12 show up.

    text:
    HTML Code:
    <html>
    <title>foto's</title>
      <body bgcolor="#222222">
         <img src="img/fotos titel.png">
         <br>
         <br>
         <center><table border="0" bgcolor="#222222" ><p style="color:yellow">Klik op een foto voor de vergroting.</p>
         <tr> <td><a href="http://www.myotherdrive.com/dyn/file/671.482005.07112009.97585.6a64fi/1e+(2009-2010).JPG" target="_blank"><img src="IMG/1 teamfoto klein.png" width="300" height="200" border="0"></a> </td> <td><a href="http://www.myotherdrive.com/dyn/file/140.512005.07112009.97591.6a64fi/3e+(2009-2010).JPG" target="_blank"><img src="IMG/3 teamfoto klein.png" width="300" height="200" border="0"></a> </td> <td><a href="http://www.myotherdrive.com/dyn/file/102.405517.12092009.69630.6a65fi/VVN+A1+(2009-2010).JPG" target="_blank"<img src="IMG/A1 teamfoto klein.png" width="300" height="200" border="0"></a> </td> </tr>
         <tr> <td><a href="http://www.myotherdrive.com/dyn/file/957.492212.10092009.51726.6a64fi/VVN+A2+(2009-2010).JPG" target="_blank"<img src="IMG/A2 teamfoto klein.png" width="300" height="200" border="0"></a> </td> <td><a href="http://www.myotherdrive.com/dyn/file/828.542005.07112009.97592.6a64fi/B1+(2009-2010).JPG" target="_blank"<img src="IMG/B1 teamfoto klein.png" width="300" height="200" border="0"></a> </td> <td><a href="http://nl.fotoalbum.eu/images1/200808/49577/357270/00000063.jpg" target="_blank"<img src="IMG/D1 teamfoto klein.png" width="300" height="200" border="0"></a> </td> </tr>
         <tr> <td><a href="http://www.myotherdrive.com/dyn/file/625.103313.18122009.56114.6a64fi/D2+(2009-2010).JPG" target="_blank"><img src="IMG/D2 teamfoto klein.png" width="300" height="200" border="0"></a> </td> <td><a href="http://nl.fotoalbum.eu/images1/200808/49577/357311/00000005.JPG" target="_blank"<img src="IMG/E1 teamfoto klein.png" width="300" height="200" border="0"> </a> </td> <td><a href="http://www.myotherdrive.com/dyn/file/479.204112.18112009.36332.6a65fi/E2+(2009-2010).JPG" target="_blank"<img src="IMG/E2 teamfoto klein.png" width="300" height="200" border="0"></a> </td> </tr>
         <tr> <td><a href="http://www.myotherdrive.com/dyn/file/932.194212.18112009.36406.6a65fi/E3+(2009-2010).JPG" target="_blank"<img src="IMG/E3 teamfoto klein.png" width="300" height="200" border="0"></a> </td> <td><a href="http://www.myotherdrive.com/dyn/file/946.005617.12092009.69676.6a65fi/VVN+F1+(2009-2010).JPG" target="_blank"<img src="IMG/F1 teamfoto klein.png" width="300" height="200" border="0"></a> </td> <td><a href="http://www.myotherdrive.com/dyn/file/760.214112.18112009.36336.6a65fi/F2+(2009-2010).JPG" target="_blank"><img src="IMG/F2 teamfoto klein.png" width="300" height="200" border="0"></a> </td>
         </table></center>
      </body>
    </html>
    Chrome/FF picture
    IE picture

    Only picture 1, 2, 4 and 12 show up. :|
    Anyone have any idea what may be the problem?

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Missed a closing tag for a link

    <a href="http://www.myotherdrive.com/dyn/file/957.492212.10092009.51726.6a64fi/VVN+A2+(2009-2010).JPG" target="_blank">

    The imgs might not show up in IE because they are pngs as well try swapping them to jpgs.

    After looking at this more you are missing the > in more than 1 location make sure all <a href="" are closed >
    Corrections to my coding/thoughts welcome.

  3. #3
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes you are having a error in the code.please clear your code and may be some plugins are not installed on the browser which are creating this problems.
    chicago injury attorney

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •