Captions can appear above or below the table (left and right side not allowed in CSS2.1)
td {border:solid red 2pt}
th {border:solid blue 1pt}
caption {caption-side:bottom; color:green;font-size:16pt;text-align:right}
| Type | Americas | Europe | Pacific | Total |
|---|---|---|---|---|
| Full | 62 | 29 | 17 | 108 |
| Affiliate | 240 | 123 | 47 | 410 |
| Total | 302 | 152 | 64 | 518 |
Works in IE8, Opera, Chrome, Safari and Firefox but not IE6 or IE7