This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
Note: The HTML pages are out-of-date and will not be updated.
Cells within a table can actually contain other tables. In order to build a table within a table, place the entire code for the subtable within the code for the appropriate cell. Notice that the other cells in the table are affected by the height and width of the subtable. In the second example below, cell padding is used to place space between the subtable border and the cell border; spacing is automatically added to each of the other cells as well.
|
<TABLE BORDER=1> <TABLE BORDER=1> </TD> |
|
<TABLE BORDER=4 CELLPADDING=3> <TABLE BORDER=1> </TD> |