OK, I have managed to do it by myself after a little trial and error.
I added
<TABLE CELLPADDING="10" CELLSPACING="1" BGCOLOR="#959595" ALIGN="CENTER">
<TR>
<TD BGCOLOR="#FFFFFF">
after <body> remark in /includes/header.asp
and
</TD>
</TR>
</TABLE><br />
after <!-- footer --> remark in /includes/footer.asp
--------------------------------------------------------------
I edited the CSS file also to constrain the size to 1000px.
around line 190 in forum/css_styles/default/default_style.css
I changed it to...
.basicTable{
text-align: left;
border: 0px;
width: 1000px;
}
.errorTable{
text-align: left;
border: 1px solid #F5C41C;
background-color: #FFFFB0;
width: 1000px;
color: #000000;
}
.tableBorder{
text-align: left;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
width: 1000px;
}
Edited by ppkppk - 06 October 2010 at 3:38pm