Lea de Groot wrote:
The thead tag is the key -
If you're using thead, you may as well go all the way and add a tbody as
well...
<table>
<thead>
<tr>
<th>ID</th><th>Var 1</th><th>Var 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>ID VALUE</td>
<td>Var 1 value</td>
<td>Var 2 value</td>
</tr>
</tbody>
</table>
--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************