Quote:
Originally Posted by sockwater
You can have multiple <tbody>s in a table.
HTML Code:
<table>
<thead>
<tr><th></th></tr>
</thead>
<tbody>
<tr><td></td></tr>
<tr><td></td></tr>
<tr><td></td></tr>
</tbody>
<tbody>
<tr><td></td></tr>
<tr><td></td></tr>
<tr><td></td></tr>
</tbody>
<tfoot>
<tr><td></td></tr>
</tfoot>
</table>
|
Hmm, didn't work with the collapse feature when I did... maybe it's cos I had two <head>s as well... but then, I'm sure I didn't have any <head> at all the first time I tried and it didn't work.
Anyways I rewrote my code and am using multiple tables instead now (no tbody, thead, etc at all), except for one part it actually looks alot better now.