Ok here is something interesting and hopefully Ian or someone with more knowledge will chime in. This would deal more with ColorForums and useing CSS to center the site may or may not help or even work.
In CSS file make sure to add "text-align: center;" and the new container entry
body {
text-align: center;
background: #fff;
color: #000;
margin: 0;
}
#container {
width: 758px;
border: 1px solid #666;
background: #fff;
color: #000;
margin: 0;
text-align: left;
}In the header section add:
In the footer section add:
Any instance of:
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
Whould be replaced with: