The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Vbulletin Design Flaw
I was trying all day to get some certain things to work on my design and realized that the code changes as you log in and log out.
My tables get completely screwed up because when you log in, vbulletin throws in another table statement that it doesn't need to do. Here is the partial code when I am logged out: Code:
<table cellspacing="0" cellpadding="0" border="0" width="760"> <tr><td valign="top"> <!-- open content container --> <div align="center"> <div class="page" style="width:760px; text-align:left"> <div style="padding:0px 16px 0px 16px"> Code:
<table cellspacing="0" cellpadding="0" border="0" width="760"> <tr><td valign="top"> <table width="760" border="0" cellpadding="0" cellspacing="0" align="center"><tr><td valign="top"><!-- open content container --> <div align="center"> <div class="page" style="width:760px; text-align:left"> <div style="padding:0px 16px 0px 16px"> Can someone tell me how to fix this problem? (what template to edit, etc) It has been a very frustrating day trying to even figure that problem out on top of the Mozilla and IE compatibility problems along with it. Thanks Best Regards |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|