PDA

View Full Version : Border question


Ryan McBain
06-04-2004, 03:00 AM
Now I used this mod to put a white border around my board. http://www.vbulletintemplates.com/mods/showthread.php?t=5453&highlight=background

But if I wanted to add an extra boarder around that boarder, what would I have to do?

Dan
06-05-2004, 01:03 PM
Ok so you want another colour border or do you just want a thicker border? Because if you want a thicker border that is an easy one.

Change the


.bordert {
BORDER: 1px solid #000000;
}


to


.bordert {
BORDER: 2px solid #000000;
}

Ryan McBain
06-06-2004, 12:35 AM
nevermind figured it out