The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Alignment on VB3
Hi,
I am trying to figure out how to move the layout of the forums to the left, I currently have the board set at 720 pixels width. I wish to have it moved to the left such as this site Could you please tell Me what code I need to add and the section please? I am new to VB |
#2
|
||||
|
||||
Hmm... you'd think this would be easy. Maybe someone with more HTML knowledge can help here. I tried to change it in the one obvious place with interesting results, to say the least.
|
#3
|
|||
|
|||
doing fixed width styles is a pain there is no easy way to do it that i know of. you would have to set conditionals in the templates unless someone else knows a way that i'm not aware of
|
#4
|
|||
|
|||
Conditions are not nessasary, you just need to make the forums inside a table with 2 <td> vars. Like this.
HTML Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="FIXED WIDTH HERE">Forum code here</td> <td>left side code here</td> </tr> </table> |
#5
|
|||
|
|||
Hey guys, dont worry about it I got it, I realized that I put 720 in a field under stylevars and it should have been 100%
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|