View Full Version : borders around my forum
RPG_Messiah
07-22-2007, 01:06 PM
How would I go about putting borders on the right and left hand edges of my forum??? The reason being is because I want it to match the rest of my site. Here is a link to my site to check out what I'm talking about:
http://www.galanovagames.com
RPG_Messiah
07-28-2007, 07:42 PM
can some1 please help me out with this??? There is a way right??
GamersHQ
07-29-2007, 07:56 PM
I used this to get a border around my forum, replace your header code with this coding:
<!-- header image -->
<table align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="border">
<tr><td>
<!-- header image -->
<div class="cheader"><div class="header"></div></div>
<!-- begin main inner table area-->
<!-- content table -->
<div class="page">
<!-- open content container -->
$spacer_open
$_phpinclude_output
Also put this in additional css:
.border {
border: 10px #eef4fa solid;
}
.header {
background-image: url(Link To Your Header Image);
header-repeat: no-repeat;
width: 750px;
height: 100px;
margin: 0;
padding: 0;
float: left;
}
.cheader{
background-color: #FFFFFF;
height: 100px;
margin: 0;
padding: 0;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.