Attribute for <COLGROUP ...>
SPAN = integer
SPAN
indicates how many columns are in the group.
SPAN
works just like
<COL SPAN="...">
. The default (i.e. if you don't use
SPAN
at all) is 1.
For example, the following code creates a table in which the first column group has a span of
2
:
<TABLE BORDER CELLPADDING=5>
<COLGROUP WIDTH="10%" SPAN=2 ALIGN=CENTER></COLGROUP>
<COLGROUP WIDTH="80%"></COLGROUP>
rest of table
</TABLE>
which gives us this table:
Starflower |
Spiritual guidance and inspiration |
Starflower brings her skills as a Shaman to the journey. Starflower will nourish our spirits and body-temples with wholistic food and readings. |
Hallie |
Logistics and supply coordination |
Hallie will use her experience in logistics and supply lines to facilitate just-in-time delivery of materiel. |
Mary |
Communication infrastructure |
As former Mayor of Blacksburg and directory of library communication, Mary has vast experience in making the political and human connections neccesary to the project |