HTML Issue

Discussion in 'HTML & Website Design' started by lalotox, Jul 24, 2009.

  1. #1
    I'm currently developing a website and I have an HTML problem. It's about a <Table> tag.

    I have the following code:

    <tr>
    <td><img src="images/1.jpg" width="372" height="242"></td>
    <td><a href="site.html"><img src="images/2.jpg" width="372" height="242"></a></td>
    </tr>

    The problem is when the website is opened in IE, the image 2 isn't diplayed. But in Firefox it is perfectly displayed.

    Did I miss something?
     
    lalotox, Jul 24, 2009 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    You have put it all inside <table> ... </table> tags right?
     
    Kerosene, Jul 24, 2009 IP
  3. lalotox

    lalotox Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    the code are inside <table>...</table> tags

    Any other suggestion?
     
    lalotox, Jul 24, 2009 IP
  4. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #4
    My only guess is that because the second image is a link, there's something in your CSS that's making image links not show up. The code you've posted (by itself) is fine.

    Can you post your url so we can see the rest of the code?
     
    Kerosene, Jul 24, 2009 IP