The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Your HTML is wrong - just looking at the first few lines you have various table tags in the wrong order:
Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td height="122" class="header"><table width="1024" border="0" cellpadding="0" cellspacing="0"> <tr> <td><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.jpg" width="1024" height="125" alt="$vboptions[bbtitle]" class="logo"/></a></td> </tr> </table> Code:
<table> <tr> <td> </td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|