Intro HTML Fonts HTML Backgrounds HTML Lists HTML Layout HTML Tables Graphics FTP Tables Tables Rows Table Width Tables Alignment Tables Backgrounds Tables Captions Table Headings Tables Column Span Tables Row Span

The Web Designer can add an attribute COLSPAN=some number to have the data span more than one column. This attribute can be placed in the <TD> tag as well.

Example

<TABLE BORDER=2>
<TH ALIGN=CENTER VALIGN=MIDDLE COLSPAN=2> This is a Table Heading Cell </TH>
<T
R>
<TD>This is the first Row and first Data Cell of this Table</TD>
<TD>This is the first Row and second Data Cell of this Table</TD>
</TR>
<TR>
<TD>
This is the second Row and third Data Cell of this Table</TD>
<TD>This is the second Row and fourth Data Cell of this Table</TD>
</TR>
</TABLE>

This is a Table Heading Cell
This is the first Row and first Data Cell of this Table This is the first Row and second Data Cell of this Table
This is the second Row and third Data Cell of this Table This is the second Row and fourth Data Cell of this Table

Web Building tutorials: Intro | Fonts | Backgrounds | Lists | Layout | Tables | Graphics | FTP
Tables tutorials: Basic Tables | Row/Cell | Width | Align | Backgrounds | Captions | Headings | Column Span | Row Span


© 2005 Interactive Mystery Productions Ltd.
A Company Limited by Guarantee
Registered in England & Wales No. 4792272
All Rights Reserved

Basic Tables Rows and Cells Width Attributes Align Attributes Backgrounds Captions Headings Column Span Row Span