Attribute for
<COL ...>SPAN<COL ...>SPAN
For example, in the following code the first
<TABLE BORDER CELLPADDING=5> <COL> <COL STYLE="color:red" SPAN=2> <TR> <TH>Expense</TH> <TH>Price</TH> <TH>Status</TH> </TR> <TR> <TD>office suite</TD> <TD>1,343.11</TD> <TD>rental</TD> </TR> <TR> <TD>cabling</TD> <TD>1.00</TD> <TD>installed</TD> </TR> </TABLE> which gives us this table.
|