novemberfire
09-12-2005, 08:13 PM
I am trying to do this table command with two of these tables exactly as it is written side by side, but no matter what I try the two tables wind up one on top of the other and not side by side like I am wanting. Can someone please help me here.
<TABLE BORDER=3 width=340 CELLSPACING=3 CELLPADDING=3>
<TR>
<TD ROWSPAN="2" ALIGN=center WIDTH="200">How about this?</TD>
<TD ALIGN=center WIDTH="200">Cell</TD>
</TR>
<TR>
<TD ALIGN=center WIDTH="200">Cell</TD>
</TR>
</TABLE>
<TABLE BORDER=3 width=340 CELLSPACING=3 CELLPADDING=3>
<TR>
<TD ROWSPAN="2" ALIGN=center WIDTH="200">How about this?</TD>
<TD ALIGN=center WIDTH="200">Cell</TD>
</TR>
<TR>
<TD ALIGN=center WIDTH="200">Cell</TD>
</TR>
</TABLE>