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>
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>