K
Kent McPherson
I can't seem to eliminate the space that shows up in IE between the
table and horizontal rule in the code below:
<body topmargin="0" bottommargin="0" style="text-align: center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="bottom"><a href="index.htm"><img border="0"
src="images/Home_Btn1.jpg" width="75" height="50"></a></td>
<td valign="bottom"><a href="weddings.htm"><img border="0"
src="images/WeddingNews_Btn0.jpg" width="75" height="50"></a></td>
<td valign="bottom"><a href="photo_album.htm"><img border="0"
src="images/PhotoAlbum_Btn0.jpg" width="75" height="50"></a></td>
<td valign="bottom"><a href="smallgroup.htm"><img border="0"
src="images/SmallGroup_Btn0.jpg" width="75" height="50"></a></td>
<td valign="center"><a href="feedback.htm"><img border="0"
src="images/Feedback_Btn0.jpg" width="75" height="50"></a></td>
</tr>
</table>
<hr color="#008000" size="20" style="margin-top: 0; margin-bottom: 0;
position:relative; top:0; bottom:0">
</body>
The same code previews in Firefox without the space but the table is
left justified instead of centered.
Any ideas?
table and horizontal rule in the code below:
<body topmargin="0" bottommargin="0" style="text-align: center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="bottom"><a href="index.htm"><img border="0"
src="images/Home_Btn1.jpg" width="75" height="50"></a></td>
<td valign="bottom"><a href="weddings.htm"><img border="0"
src="images/WeddingNews_Btn0.jpg" width="75" height="50"></a></td>
<td valign="bottom"><a href="photo_album.htm"><img border="0"
src="images/PhotoAlbum_Btn0.jpg" width="75" height="50"></a></td>
<td valign="bottom"><a href="smallgroup.htm"><img border="0"
src="images/SmallGroup_Btn0.jpg" width="75" height="50"></a></td>
<td valign="center"><a href="feedback.htm"><img border="0"
src="images/Feedback_Btn0.jpg" width="75" height="50"></a></td>
</tr>
</table>
<hr color="#008000" size="20" style="margin-top: 0; margin-bottom: 0;
position:relative; top:0; bottom:0">
</body>
The same code previews in Firefox without the space but the table is
left justified instead of centered.
Any ideas?