TABLES
|
|
Define Table
|
<TABLE></TABLE>
|
|
4.0*
|
Table Alignment
|
<TABLE ALIGN=LEFT|RIGHT|CENTER>
|
|
|
Table Border
|
<TABLE BORDER></TABLE>
|
(either on or off)
|
|
Table Border
|
<TABLE BORDER=?></TABLE>
|
(you can set the value)
|
|
Cell Spacing
|
<TABLE CELLSPACING=?>
|
|
|
Cell Padding
|
<TABLE CELLPADDING=?>
|
|
|
Desired Width
|
<TABLE WIDTH=?>
|
(in pixels)
|
|
Width Percent
|
<TABLE WIDTH=%>
|
(percentage of page)
|
4.0*
|
Table Color
|
<TABLE BGCOLOR="$$$$$$"></TABLE>
|
|
4.0
|
Table Frame
|
<TABLE FRAME=VOID|ABOVE|BELOW|HSIDES|LHS|RHS|
VSIDES|BOX|BORDER></TABLE>
|
4.0
|
Table Rules
|
<TABLE RULES=NONE|GROUPS|ROWS|COLS|ALL></TABLE>
|
|
Table Row
|
<TR></TR>
|
|
|
Alignment
|
<TR ALIGN=LEFT|RIGHT|CENTER|MIDDLE|BOTTOM>
|
|
Table Cell
|
<TD></TD>
|
(must appear within table rows)
|
|
Alignment
|
<TD ALIGN=LEFT|RIGHT|CENTER VALIGN=TOP|MIDDLE|BOTTOM>
|
|
No linebreaks
|
<TD NOWRAP>
|
|
|
Columns to Span
|
<TD COLSPAN=?>
|
|
4.0*
|
Desired Width
|
<TD WIDTH=?>
|
(in pixels)
|
4.0*
|
Cell Color
|
<TD BGCOLOR="#$$$$$$">
|
|
|
Alignment
|
<TH ALIGN=LEFT|RIGHT|CENTER|MIDDLE|BOTTOM>
|
|
No Linebreaks
|
<TH NOWRAP>
|
|
4.0
|
Table Body
|
<TBODY>
|
|
4.0
|
Table Footer
|
<TFOOT></TFOOT>
|
(must come before THEAD>
|
4.0
|
Table Header
|
<THEAD></THEAD>
|
|
|
Table Caption
|
<CAPTION></CAPTION>
|
|
|
Alignment
|
<CAPTION ALIGN=TOP|BOTTOM|LEFT|RIGHT>
|
|
4.0
|
Column
|
<COL></COL>
|
(groups column attributes)
|