Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Contains a group of columns.
HTML Syntax
<COLGROUP ALIGN=CENTER | LEFT | RIGHT CLASS=classname ID=value SPAN=n STYLE=css1-properties TITLE=text VALIGN=BASELINE | BOTTOM | MIDDLE | TOP WIDTH=n >
Members
Styles
Example
<TABLE> <COLGROUP ALIGN=RIGHT> <COLGROUP SPAN=2 ALIGN=LEFT> <TBODY> <TR> <TD>This column is in the first group and is right-aligned.</TD> <TD>This column is in the second group and is left-aligned.</TD> <TD>This column is in the second group and is left-aligned.</TD> </TR> </TABLE>
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.