PDA

View Full Version : don't worry, this is easy (i think)


Mgkeeper
08-19-2002, 02:21 AM
hi,

Look at this site here:

http://www.dbzh.com

See how he has his left, right, and middle tables heights going all the way to the bottom together, no matter what the height of the middle table is??

How do I do that??

webmarkart
08-19-2002, 03:20 AM
I'm not sure if this is what your asking, but try adding VALIGN="TOP" to the TD that contains the table.


<TABLE>
<TR>
<TD VALIGN="TOP">
<TABLE>
<TR>
<TD></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>

Mgkeeper
08-19-2002, 03:26 AM
no, it's not,

But I figured it out, thanks anyways:thumbsup: