View Full Version : Height of a table ?


DUANE
09-19-2004, 01:31 AM
What determines the height of a table? I noticed that the HTML code only lists the height of a table with borders and backgrounds and not the height.
Many thanks.

Example:

<TABLE cellspacing=0 cellpadding=10 bordercolor="#6c7bc4" width="80%" bgcolor=white border=20>

<TR>
<TD>
<TABLE cellspacing=0 cellpadding=10 bordercolor="#FF0000" width="100%" border=10 bgcolor="aqua">

<TR>
<TD>Text here!
</TD></TR></TABLE>
</TD></TR></TABLE>

Shirl
09-19-2004, 01:37 AM
You already posted this here: http://www.lissaexplains.com/forum/showthread.php?t=63437 :)

DUANE
09-19-2004, 01:56 AM
I know......after I posted I thought I didn't click the send so I did it again on the other thread.
Sorry about that.