Quote:
Originally Posted by Chris-777
Yup, definitely using the vb H/F.
This is the page in question, but all the test pages do it.
Though the more I look at it, I think it's my custom header that's doing it.
|
I think you problem stems from your web temapltes not having this code:
Code:
<!-- open content container -->
<div align="center">
<div class="page" style="width:980px; text-align:left">
<div style="padding:0px 5px 0px 5px" align="left">
whilst the forum pages do. The code which closes these divs is also missing from your footer template for the webtamplate, but is in your forum.
Code:
</div>
</div>
</div>
<!-- / close content container -->
Check which templates your webtemapltesa are using for header/footer.