You need to go into your forumhome template and find this code:
Quote:
<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="#FFFFFF" {tableouterextra} width="{contenttablewidth}" align="center">
|
and replace it with this:
Quote:
<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{pagebgcolor}" {tableouterextra} width="{contenttablewidth}" align="center">
|
That should work, I used it on my board. It it doesn't then hardcode the background color to whatever it is on your board and it will work fine