The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
table width
I have changed the Main Table Width from 100% to 800px, it looks fine in IE but in Safari it is sill going to 100%. Can anyone help me to make it look right in Safari?
Thanks, Chris |
#2
|
||||
|
||||
Remove "px" from it.
|
#3
|
|||
|
|||
Thanks, that worked, but now the header is not centered, it's aligned left.
|
#4
|
||||
|
||||
In "header", "footer" and "spacer_open" templates find this:
Code:
width="$stylevar[outertablewidth]" Code:
style="width: $stylevar[outertablewidth]; margin 0 auto;" In spacer_open you'll also find this: Code:
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> Code:
<div class="page" style="width:$stylevar[outerdivwidth]; margin 0 auto; text-align:$stylevar[left]"> |
#5
|
|||
|
|||
thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|