<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I recall a while back trying to figure out how to 
style columns of a complex table that occured below the nth</FONT></DIV>
<DIV><FONT face=Arial size=2>row of a table. I discovered that if I just used 
&lt;col style&gt; and moved those &lt;col&gt;'s down to the appropriate 
row,</FONT></DIV>
<DIV><FONT face=Arial size=2>IE was okay with that and did what I wanted but the 
other browsers not only didn't but became very upset with me.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So instead, I created multiple &lt;tbody&gt; tags 
and applied the styling cols just before the second &lt;tbody&gt;.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It rather worked (or at least it did for most web 
users). Nowadays, the trick still seems to work in IE, but causes just as much 
problem in other browsers (and maybe a wee bit more) as it used to.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I gather from my cursory look at the treatment of 
&lt;table&gt; and &lt;tbody&gt; in HTML5, that my legacy content should be 
resuscitated in HTML5. Am I correct in thinking that &lt;tbody&gt; will function 
sort of like &lt;colgroup&gt; but for rows instead of columns and that applying 
separate styles to different &lt;tbody&gt;s in a table will be the way to do 
things in the spec?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>cheers</FONT></DIV>
<DIV><FONT face=Arial size=2>David</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.google.com/search?as_q=svg&amp;as_sitesearch=.edu">http://www.google.com/search?as_q=svg&amp;as_sitesearch=.edu</A></FONT></DIV></BODY></HTML>