The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I am just wondering if anyone knows what i would edit to make my forum like http://www.xtratime.org/forum. I want my forum on the left hand side like that. Anyone know? I am quite new to VB, so this is probarbly so easy.... A lil' feedback please :squareeyed: |
#2
|
||||
|
||||
![]()
At a guess, find near the top of the header template...
Code:
<table valign="center"> Code:
<table valign="left"> |
#3
|
||||
|
||||
![]()
There is no valign attribute to the <table> tag is there?
|
#4
|
||||
|
||||
![]()
No, there isn't a valign tag in the table tag. valign is only a valid attribute for the <td> and <div> tags. I have forums like this. This layout requires the following.
First, in the header, before doing anything else, you need to start a table to occupy the whole screen area. HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr><td> Now open your spacer_open template. You'll see a <div> tag set to align="center" by default. Change that to left. Above you'll see the old explorer layout - this table has an align tag - change that to "left" as well. And you're done. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|