Quote:
Originally Posted by attroll
To make them collapsable use this code in your template:
PHP Code:
<table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat" colspan="0">
<a href="#top" onclick="return toggle_collapse('module_40')" style="float:right"><img alt="" border="0" id="collapseimg_module_40" src="/forum/images/buttons/collapse_tcat.gif" /></a>
<span class="smallfont"><strong>» Title here</strong></span></td>
</tr>
</thead>
<tbody id="collapseobj_module_40" style="">
<td class="alt2">
<!-- Begin custom code -->
<a href ="http://www.yoursite.net">Home</a><br>
<a href ="http://www.yoursite.net/forum">Forum</a><br>
<!-- Begin custom code -->
</tbody>
</table>
|
That doesnt work for me. It just looks like all my other tables.
www.buy-host.com/forums It is the bottom one that is using your code.