I used this to get a border around my forum, replace your header code with this coding:
Code:
<!-- 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:
Code:
.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;
}