Yep this is a known bug when inserting surrounding work using the header and footer. The thread pages, (Showthread), appears wrong.
In the showthread template look for:
code:--------------------------------------------------------------------------------
<!-- End content area table (CREATED IN HEADER!!) -->
</td>
</tr>
</table>
--------------------------------------------------------------------------------
Remove it.
Next look for
code:--------------------------------------------------------------------------------
<!-- restart content table from header -->
<table cellpadding="10" cellspacing="0" border="0" width="{tablewidth}" bgcolor="{pagebgcolor}" align="center">
<tr>
<td>
--------------------------------------------------------------------------------
Remove it.
That should do it.
All thanks for that go to C-prompt since it was him that helped me do it in the first place
|