I can't figure out why this is happening.
http://www.scapefilms.com/board/show...&threadid=3312
Notice how the thread is all the way below the design instead of nested in it. However if you look at the index or the forumlist it's nested just fine. It's only when you view a thread that is messes up like this.
I'm wondering if it has to do with my header/footer html or if the problem is somewhere in one of the vb templates itself.
Here is my header footer HTML
Header
PHP Code:
<table border="0" cellpadding="0" cellspacing="0">
<tr><td width="100%" colspan="2"><div id="topbar"><img src="/mini.gif"></div></td></tr>
<tr>
<td width="100%" colspan="2"><div class="banner"><img src="/strip.jpg" class="border" border="0"></div></td>
</tr>
<tr>
<td width="15%" valign="top">
<div id="navright">
<h4>Current Films</h4>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_fallingapart">Falling.Apart</A>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_mistake">Mistake</A>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_vigario">Vigario</A>
<p>
<h4>Finished Films</h4>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_wchb">What could...</A>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_osn">One Strange Night</A>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_maintain">Maintain</A>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_w1">Withers Trilogy</A>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_quickguns">Quickguns</A>
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_stopmotion">Stop Motion</A>
<A HREF="http://www.scapefilms.com/mptom.php">MPTOM (old)</A>
<p>
<p>
<h4>Community</h4>
<A HREF="/board/">Messageboard</A>
<A HREF="/board/usercp.php?s">My Profile</A>
<A HREF="/board/search.php?s=">Search</A>
<A HREF="/board/memberlist.php?s=">Members</A>
<A HREF="/board/vbstats.php?s=">Stats</A>
<A HREF="/board/admin>Backstage</A>
<p>
<br><A HREF="http://www.scapefilms.com/shop.php"><img src="/shopicon.jpg" border="0"></A>
</div>
</td>
<td width="85%" valign="top">
<div class="mainmenu">
<A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_index">Home</A>
: <A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_who">Who is SF?</A>
: <A HREF="http://www.scapefilms.com/shop.php">Scape Shop</A>
: <A HREF="http://www.scapefilms.com/galleries.php">Galleries</A>
: <A HREF="http://www.scapefilms.com/contact.php">Contact</A>
: <A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_banners">Banners</A>
: <A HREF="http://www.scapefilms.com/board/view.php?s=&pg=articles">Film Articles</A>
: <A HREF="http://www.scapefilms.com/board/view.php?s=&pg=linksold">Links</A>
: <A HREF="http://www.scapefilms.com/board/view.php?s=&pg=scape_siteinfo">:SI:</A>
</div>
<div class="content">
<p>
Footer
PHP Code:
</div>
</td>
</tr>
<tr>
<td width="100%" colspan="2"><p><center><font face="verdana, arial, san-serif" size="1">All content copyright 1992-2005 Scape Films</font>
<p>
</center></td>
</tr>
</table>
<p align="center"><smallfont>
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright ©2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>