The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
spacer_open
Hello,
In my style templates if I clean the code out of spacer_open all the tables run out of the page. If I leave it on as users post in the thread the size of the table keep on getting smaller and smaller. And my spacer_close is empty. Here is the code for my spacer_open: Code:
<!-- open content container --> <if condition="$show['old_explorer']"> <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> <else /> <div align="center"> <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> <div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px"> </if> Thank you Fixed the problem. Thanks |
#2
|
||||
|
||||
Put this into spacer_close:
HTML Code:
<!-- close content container --> <if condition="$show['old_explorer']"> </table> <else /> </div> </div> </div> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|