What am I doing wrong? I have a table and two rows each containing an image... I don't want any space inbetween the rows ie. the images should touch/line up so you see no background colour or anything else between them... It isn't working, what am I missing? There is a little space between the rows. Code of the <body> below...
(Works fine with Mozilla, not with IE6) - please help.
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" width="727">
<tr>
<td>
<img src="title.bmp">
</td>
</tr>
<tr>
<td>
<img src="menu.bmp">
</td>
</tr>
</table>
</center>
</body>
(Works fine with Mozilla, not with IE6) - please help.
<body>
<center>
<table border="0" cellpadding="0" cellspacing="0" width="727">
<tr>
<td>
<img src="title.bmp">
</td>
</tr>
<tr>
<td>
<img src="menu.bmp">
</td>
</tr>
</table>
</center>
</body>