Quote:
Originally Posted by mr.gamesbay
Any clue how to do it? 
|
HTML Code:
<!-- Begin vBGarage Collapsable Photos -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="5">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_vbg')"><img id="collapseimg_forumhome_vbg" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a>
<b>$vbphrase[vbgarage_latest_uploads]</b>
</td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_vbg" style="$vbcollapse[collapseobj_forumhome_vbg]">
<tr valign="center">
$latestbits
</tr>
</tbody>
</table>
<!-- End vBGarage Collapsable Photos -->