Jay... I am attempting to use the template so that I can collapse it on the top, and also so that it melds with the rest of the site.
Here is the code for a forum header, would you mind helping me as to where it should be inserted into the code so that it will behave like a catagory?
Code:
<!-- top category table setup -->
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td width="140" height="27" align="left" valign="top"><img
src="$stylevar[imgdir_misc]/cat_top_ls.gif" width="140" height="27" alt=" " border="0" /></td>
<td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)"
align="center"><div class="smallfont"><strong>$vbphrase[whats_going_on]</strong></div></td>
<td width="140" height="27" align="right" valign="top"><img
src="$stylevar[imgdir_misc]/cat_top_rs.gif" width="140" height="27" alt=" " border="0" /></td>
</tr>
</table>
<!-- End top category table setup -->