Table COLGROUP Examples With a 3x3 Table
Control Situation - No COLGROUP Attributes
| 123 | apple | hockey |
| 456 | orange | soccer |
| 789 | peach | basketball |
- Situation Below (1 COLGROUP) -
<COLGROUP SPAN=3 STYLE="font:10pt Arial; color:red;">
| 123 | apple | hockey |
| 456 | orange | soccer |
| 789 | peach | basketball |
- Situation Below (2 COLGROUPs) -
<COLGROUP>
<COLGROUP ALIGN=Center STYLE="font-weight:bold;">
| 123 | apple | hockey |
| 456 | orange | soccer |
| 789 | peach | basketball |
- Situation Below (2 COLGROUPs) -
<COLGROUP>
[placed after the first row] <COLGROUP ALIGN=Center STYLE="font-weight:bold;">
| 123 | apple | hockey |
| 456 | orange | soccer |
| 789 | peach | basketball |
Situation Below (2 COLGROUPs) -
<COLGROUP STYLE="font:10pt Arial; color:#0080c0;">
<COLGROUP ALIGN=Center>
<COLGROUP ALIGN=Center STYLE="font:10pt Verdana; color:#004080;">
| 123 | apple | hockey |
| 456 | orange | soccer |
| 789 | peach | basketball |
- Situation Below (2 COLGROUPs) -
<COLGROUP>
<COLGROUP ALIGN=Center STYLE="font-weight:bold;">
| 123 | apple | hockey |
| 456 | orange | soccer |
| 789 | peach | basketball |