A friend of mine gave me a hand, turns out the bg.gif needed to be applied to the table rather than the whole thing.
As a result:
PHP Code:
</HEAD>
<BODY BGCOLOR=#FFFFFF background="images/bg.gif" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();">
<center>
<TABLE WIDTH=635 BORDER=0 CELLPADDING=0 CELLSPACING=0>
was changed to this:
PHP Code:
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();">
<center>
<table width="100%" background="images/bg.gif">
<td>
<TABLE WIDTH=635 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
Bookmarks