Log in

View Full Version : Fixed Width Boarder


123LearnToTrade
05-16-2010, 04:31 PM
I am in the process of making my site a fixed width, however I would like to put some sort of boarder around the page contents ( similar to the white line that you see on Vbulletin.org around their page content)

I included a screen shot below also. Anyone know how to do this?

http://img641.imageshack.us/img641/5036/siteq.png

Qwk86gn
05-16-2010, 05:34 PM
Open vbulletin.css for your style

Find: body {

Add your desired border within the body class.

Example: border-left: 2px solid #CCCCCC;

123LearnToTrade
05-17-2010, 01:03 AM
Thank you very much I will give that a try :)