Is there any rule against having more than one <thead> in a table? Could you do:
<thead></thead> <tbody></tbody> <thead></thead> <tbody></tbody> etc... Just guessing, mightn't be permissible (given you can make the <thead> repeat with print stylesheets, I'd guess it's highly unlikely to be allowed...) Josh On 10/29/05, Ted Drake <[EMAIL PROTECTED]> wrote: > > > > Hi All > > > > I've got a new question. > > I'm building a large table and would like to add some tbody elements within > a cell that discusses product features. > > I thought it would be nice to break it down between accessories, batteries, > weight, good karma, etc. > > It would be even better if I could add a header to these elements. However, > I can't think of a way this morning to add a header to a tbody. I'm using a > th on the first cell of each row and there is no need for thead in these > subtable elements. > > Does anyone have a suggestion? > > Does this make sense? > > > > Ted > > > -- Joshua Street http://www.joahua.com/ +61 (0) 425 808 469 ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
