Table:
Border="4" Size of the Table Border, 0 if none
Width="210" The Width of the Table
Height="40" The Hight of the Table
Cellspacing="3" The Size of the space between each column
Cellpadding="5" The Size of the space from the border to the Text inside it
Bgcolor="#a0a0a0" The Color of the background (if not specified in the TD-tag)
TD (Column):
Align="center" Place the text in Center of each column (Horizontal)
Valign="bottom" Place the text at Bottom of each column (Vertical)
Width="75%" The Width of the Column. This will make a column of 75% of the Table-width
Bgcolor="#a0a0a0" Override the BGColor of the table for this column
|