Can we have a table within a table??
Let's try. Start with little Ed.
<TABLE BORDER=3>
<TR>
<TD>Ed</TD>
</TR>
</TABLE>
Ed |
<TABLE BORDER=3 WIDTH=200 HEIGHT=100>
<TR>
<TD>Ed</TD>
</TR>
</TABLE>
Ed |
<TABLE BORDER=3 WIDTH=200 HEIGHT=100>
<TABLE BORDER=3>
<TR>
<TD>
<TR>
<TD>Ed</TD>
</TR>
</TABLE>
</TR>
</TABLE>
|
<CENTER>
<TABLE BORDER=3>
</TD>
<TABLE BORDER=3 WIDTH=200 HEIGHT=100>
<TR>
<TD>
<TR>
<TD>Ed</TD>
</TR>
</TABLE>
</TR>
</TABLE>
</CENTER>
|
Here's an example:
Here is the same table with the CELLSPACING turned on.
Here is the html code for that table. (The caption is just something I added for my own amusement. It is not required nor does it have any impact on the rest of the table)
<TABLE WIDTH=591 BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
<TR>
<TR>
</TABLE>
<CAPTION ALIGN=top><FONT SIZE=6><STRONG><EM>Netscape vs. Microsoft?</EM></STRONG></FONT></CAPTION>
<TD ROWSPAN=3><IMG SRC="dragon/dragon4.gif" WIDTH=250 HEIGHT=406></TD>
<TD><IMG SRC="dragon/dragon3.gif" WIDTH=122 HEIGHT=109></TD>
<TD ROWSPAN=3><IMG SRC="dragon/dragon5.gif" WIDTH=219 HEIGHT=406></TD>
</TR>
<TD><IMG SRC="dragon/anidrag.gif" WIDTH=122 HEIGHT=50></TD>
</TR>
<TD><IMG SRC="dragon/dragon2.gif" WIDTH=122 HEIGHT=247></TD>
</TR>
dragon4.gif |
dragon3.gif |
dragon5.gif |
anidrag.gif | ||
dragon2.gif |
Introduction | Lesson 1 | Lesson 2 | Lesson 3 | Lesson 4 | Lesson 5 | Lesson 6 | Lesson 7 | Index |
PROFESSIONAL WEB DESIGN Back to Tutor Base |