Howdy!
I am putting together a page where a large image is displayed by displaying a number of smaller images.
I am having a problem - IE shows a gap between rows thus causing image to break apart. Firefox, however, looks OK.
Here is the snipet of code
What am I doing wrong? If you want to see what I am talking about, visit
Thank you all in advance!
Jose Lerebours
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
I am putting together a page where a large image is displayed by displaying a number of smaller images.
I am having a problem - IE shows a gap between rows thus causing image to break apart. Firefox, however, looks OK.
Here is the snipet of code
Code:
<td valign="top">
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#FF0000">
<td valign="bottom">
<img src="images/main01.jpg" width="221" height="86"><img src="images/main_logo.jpg" width="286" height="86"><img src="images/main02.jpg" width="274" height="86">
</td>
</tr>
<tr bgcolor="#FFFF00">
<td>
<img src="images/main03.jpg" width="221" height="111"><img src="images/main04.jpg" width="286" height="111"><img src="images/main05.jpg" width="274" height="111">
</td>
</tr>
What am I doing wrong? If you want to see what I am talking about, visit
Thank you all in advance!
Jose Lerebours
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours