First of all, I need another cell or table to extend down from the
navigation cell to bottom of page(I tried to make this but doesnt extends
down of course unless it occupies something marked by ***** below) , and I
need a cell or table at bottom of the middle cell to hold footer text links,
and all of the superscript. I'm unable to put a table below the ones I have,
so asking for help or suggestions...heres code:
<!--TABLE ONE HOLDS TOP LEFT GRAPHIC AND LEFT NAV-->
<table cellspacing="0" cellpadding="0" align="left" border="0">
<tr>
<td colspan="2" align="left"><img src="bgvbanleft.gif"></td>
</tr>
<tr>
<td bgcolor="black" width="107" height="100%" align="center"
valign="top"><font color="white"><b>03/08/01</b></font><a
href="http://www.DOMAIN.com"><img src="bgvbut5up.gif"></a><a
href="./bgvfilmtest.php"><img src="bgvbut3up.gif"></a><p><a
href="./bgvpictest.php"><img src="bgvbut4up.gif"</a><p><a
href="./bgvathtest.php"><img src="bgvbut2up.gif"></a><a
href="./bgvwedtest.php"><img src="bgvbut1up.gif"></a><a
href="./bgvcontact.php"><img src="bgvbut6up.gif"></a><a
href="./bgvlinks.php"><img src="bgvbut7up.gif"></a></td>
<td bgcolor="white" width="45" height="100%" valign="top"> </td>
</tr>
<tr>
*****<td bgcolor="black" width="107" height="100%"> </td>
</tr>
</table>
<!--TABLE TWO HOLDS TOP GRAPHIC-->
<table width="100%" height="50" cellspacing="0" cellpadding="0" border="0"
align="right">
<tr>
<td width="50%" bgcolor="black"><img src="bgvbannew2.gif"></td>
<td width="50%" bgcolor="black"></td>
</tr>
<tr height="100%">
<td><!--EMBEDDED TABLE 1 IN CELL--><table border="0" cellspacing="20"
cellpadding="10" bgcolor="white" width="700" height="100%"><tr><td
align="center">######BODY INCLUDE FILE
HERE!!!!########</td></tr></table></td>
</tr>
</table>