View Full Version : Help 2
Calisse
03-01-2006, 08:00 AM
I want to put the border around the BODY. Where the red lines are. Cant find out how and its driving me BARMY.
P.s. these arent the colours of my forum i m just winding my co owner up ;)
http://img371.imageshack.us/img371/6062/xcv0wo.png
KTBleeding
03-01-2006, 02:56 PM
To have it like it's displayed in your screen shot, you'll have to do this:
Login to the admincp, click on Styles & Templates, then Style Manager, then click the "GO" button next to the skin you want to edit..
Now find the "Page Background" CSS block and insert this into the "Extra CSS Attributes"
border-left: 1px solid #000;
border-right: 1px solid #000;
Change the "000" to whatever border color you want.
Now find the "Table Footer" CSS block and insert this in the same Extra CSS Attributes:
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
Again, change the "000" to the color hex you want.
Calisse
03-03-2006, 08:33 AM
To have it like it's displayed in your screen shot, you'll have to do this:
Login to the admincp, click on Styles & Templates, then Style Manager, then click the "GO" button next to the skin you want to edit..
Now find the "Page Background" CSS block and insert this into the "Extra CSS Attributes"
border-left: 1px solid #000;
border-right: 1px solid #000;
Change the "000" to whatever border color you want.
Now find the "Table Footer" CSS block and insert this in the same Extra CSS Attributes:
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
Again, change the "000" to the color hex you want.
Thank you, worked perfectly <3
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.