Table Footer 
CSS Selector: .tfoot

Some tables in vBulletin include controls at the bottom of the table, or otherwise require some visual cues to show that the table finishes at a certain point. In these cases, the Table Footer class is used.

Like the Category Strips and Table Header classes, you will most likely want to use all the available fields for this class, including background color/image, text style and hyperlink options.

Example of element using this class:
<table class="tborder" cellspacing="1" cellpadding="6">
<tr>
    <td class="tfoot">This TD tag uses this class</td>
</tr>
</table>
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.