View Full Version : Smart looking style
asddsa
08-16-2004, 11:21 AM
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....
Jolten
08-16-2004, 03:02 PM
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....
Won't load for me.
asddsa
08-16-2004, 03:03 PM
The site is probarbly down at the minute, however it shouldn't be down too long.
58sniper
08-16-2004, 04:18 PM
Okay - nothing fancy there. Go into your ACP, and edit the HEADER template.
Third line down says
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
change it to
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0">
asddsa
08-16-2004, 05:26 PM
It only seems to center my forum. See www.affordablewebdesign.biz/forums - I want it 800 pixels in width but on the left of the screen instead of centred.
jameso
08-18-2004, 03:49 PM
asddsa,
Do what 58sniper said, but replace it with:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="left">
Jolten
08-18-2004, 05:10 PM
align="left' Only 1 "l"
BestReseller
08-20-2004, 06:29 PM
This is the exact code that you shoud use:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="left">
Best Regards,
Ben
jameso
08-21-2004, 07:28 AM
oops sorry I made a typo and put two L's. Thanks scott for picking it up.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.