Here an example. Try to use it or parts of it...
Note: If you replace the xxxxx in my example, always use the same for xxxxx
J?rg
PHP Code:
<table width="395" class="tborder" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="4" align="center"><col width="25%"><col width="25%"><col width="25%"><col width="25%">
<tbody>
<tr>
<td colspan="4" class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('xxxxx')"><img id="collapseimg_xxxxx" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_xxxxx].gif" alt="" border="0" /></a>
$vbphrase[your_text_in_table_header]
</td>
</tr>
</tbody>
<tbody id="collapseobj_xxxxx" style="$vbcollapse[collapseobj_xxxxxx]">
<tr>
.... your table content here ......
</tr>
</tbody>