The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You have a few things to fix, but the main thing is regarding tables.. every row in a table must have the same number of columns. It must be:
HTML Code:
<table> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> </table> HTML Code:
<table> <tr> <td colspan=2></td> </tr> <tr> <td></td> <td></td> </tr> </table> HTML Code:
<table> <tr> <td></td> </tr> <tr> <td></td> <td></td> </tr> </table> You need to get the forum/category/table issue fixed in order to see what is going on with the header. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|