<TFOOT> </TFOOT>
This will allow you to place a footer below each TBODY section of a table. You should notice that all of the commands are TR rather than TD.
Example
<TABLE> <THREAD><TR> The following cells</THREAD> <TBODY bgcolor="--"> <TR> text <TR> text </TBODY> <TFOOT><TR>The above cells...</TFOOT> </TABLE>
This example shows TBODY, TFOOT, and THREAD.