Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

another table question

0 views
Skip to first unread message

WD

unread,
Mar 8, 2001, 10:54:38 PM3/8/01
to
I have a table that has a cell holding a graphic in left corner, then
another cell with graphic along top, a cell that extends out right from
there. I also have a cell that is below the top left cell that holds
navigation down left side as well as a cell in middle to hold info.

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">&nbsp;</td>
</tr>
<tr>
*****<td bgcolor="black" width="107" height="100%">&nbsp;</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>


0 new messages