This is part of the HTML code for a site I'm doing. This is being done in Front Page.
At the part right after the code that is in red, I have about a 6" blank space that shows up between the tables. In "Preview" and "Published" views one see's the header table with images (images 1,2,8,10 in the code below), followed by about 6" of space that just shows the page background color, followed by the table that is supposed to be butt up against the top table. This doesn't show up in the FrontPage "normal" view, and I'm going cross eyed looking at code!
Your help is appreciated.
<body onload="javascript:winTimer();" bgcolor="#FFCC66">
<div align="center">
<center>
<TABLE WIDTH=790 BORDER=0 CELLPADDING=0 CELLSPACING=0 height="5813">
<TR>
<TD ROWSPAN=2 width="271" height="198">
<IMG SRC="images/002book_used_01.jpg" ALT="" width="271" height="198"></TD>
<TD width="519" height="104">
<IMG SRC="images/002book_used_02.jpg" ALT="" width="527" height="160"></TD>
</TR>
<TR>
<TD background="images/002book_used_08.jpg" width="519" height="38">
</TD>
</TR>
<TR>
<TD COLSPAN=2 background="images/002book_used_10.jpg" height="20" width="790">
</TD>
</TR>
<TR>
<TD COLSPAN=2 align="center" width="790" height="5643">
<table width="790" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#000000" width="790">
<table width="790" border="0" cellspacing="0" cellpadding="0" class="field_t" bgcolor="#FFFFFF">
<tr>
<td valign="middle" width="790" align="center">
</td>
</tr>
</table>
<table width="790" border="0" cellspacing="0" cellpadding="2" class="menu">
<tr valign="middle" align="center">
<td width="114"><a href="http://www.blahblahblah.com/members/?session_id=......."><font color="#FFFFFF">Home</font></a></td>
<td width="155">
<font color="#FFFFFF"><a href="http://www.blahblahblah.com/Newsletter" style="color: #FFFFFF; text-decoration: underline">Monthly Newsletter</a></font>
</td>
<td width="170"><font color="#FFFFFF">Member </font><a href="http://www.blahblahblah.com/members/?page=subscriptions&session_id=....b"><font color="#FFFFFF">Login</font></a></td>
<td width="98"><font color="#FFFFFF"><a href="http://www.blahblahblah.com/Forum" style="color: #FFFFFF; text-decoration: underline">Forum </a></font></td>
<td width="207"> <font color="#FFFFFF"><a href="http://www.blahblahblah.com/AdDirectory" style="color: #FFFFFF; text-decoration: underline">More Business Help</a></font> </td>
</tr>
</table>
</td>
</tr>
(No, my site won't be called blahblahblah.com. I'm just substituting that for the domain name since it isn't allowed here.)