Creating Complex Tables

BLHteacher | Resources | Project


How to make a Complex Table
2 Columns and 2 Rows, Cells with colored backgrounds, Hyperlinks within a Cell, Font Color, different Text Alignments and different sized Cells.

Row 1 Col 1 Row 1 Col 2
sva iVillage.com
f
i j

<TABLE BORDER="2" CELLPADDING="5" CELLSPACING="2" WIDTH="250">

<tr>
<TD WIDTH="90" HEIGHT="50" BGCOLOR="#FFFFFF" ALIGN=CENTER VALIGN=MIDDLE>
<FONT FACE="verdana, sans serif" FONT SIZE="1" FONT COLOR="#CC00CC">
Row 1 Col 2
</td>
</tr>
</TABLE>

How to make a Basic Table


© 1999 BLHteacher. All rights reserved.