thanks for the reply lynne
i changed the code so the elements were nested correctly and it didnt seem to change anything still stuck on 49 errors
could you or anyone else offer any more assistance the forumhome_forumbit_level1_nopost template is now
Code:
<!-- top -->
<table class="forumbit1" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="cattitle" width="35" valign="top"><img src="$stylevar[imgdir_misc]/cattitle_left.gif" width="35" height="47" alt=" " /></td>
<td class="cattitle" width="85%">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['forumdescription']">: <span class="smallfont">$forum[description]</span></if>
</td>
<td class="cattitle" valign="top">
<div align="right">
<img src="$stylevar[imgdir_misc]/cattitle_right.gif" width="35" height="47" alt=" " />
</div></td>
</tr>
<tr>
<td colspan="3">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="95%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="5%"> </td>
<td class="thead" width="45%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead"> </td>
<td class="thead" width="30%">$vbphrase[last_post]</td>
<td class="thead" width="10%">$vbphrase[threads]</td>
<td class="thead" width="10%">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>
</if>
</table>
</td>
</tr>
<tr>
<td class="catfooter"><img src="$stylevar[imgdir_misc]/catfooter_left.gif" alt=" " /></td>
<td class="catfooter"> </td>
<td class="catfooter"><div align="right"><img src="$stylevar[imgdir_misc]/catfooter_right.gif" alt=" " /></div></td>
</tr>
</table>
<!-- /top -->