MyBB Community Forums

Full Version: Adding extra line?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

How do I add another extra line around the forum like this image shows:

[Image: 001_XYNCL0NPNBJZV91.png]

I want it to be a white line that goes around the whole forum just like on here: http://www.runegear.net/
Nobody knows this? I would appreciate if someone did Big Grin
#container {
//code
border: 1px solid #fff;
}
(2011-07-22, 07:16 PM)Malcolm. Wrote: [ -> ]
#container {
//code
border: 1px solid #fff;
}

I think that you understood me wrong, there is already a black line around in but I want to add a white one inside the box.
Try:

#container {
//code
outline: 1px solid #fff;
}
(2011-07-22, 07:46 PM)Malcolm. Wrote: [ -> ]Try:

#container {
//code
outline: 1px solid #fff;
}

Didn't work Sad
Are you using the border and outline properties at the same time(with different colors). And, what's the link to you're site? Your theme may have a different layout set up than runegear.