Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Attribute for <COL ...>
SPAN = integer

SPAN indicates how many columns the <COL ...> tag affects. The default value (i.e. if you don't use SPAN) is 1.

For example, in the following code the first SPAN affects the first column. The second SPAN uses SPAN=2 to apply itelf to the next two columns.

<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.

Expense Price Status
office suite 1,343.11 rental
cabling 1.00 installed

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire