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?
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?