It's been so long, but I remember having this problem. I think it's in the header section. I changed this:
Code:
Code:
<td valign="top" align="left" background="{ imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{ titleimage}" border="0" alt="$bbtitle"></a></td>
<td valign="bottom" align="right" nowrap background="{ imagesfolder}/menu_background.gif">
to this:
Code:
Code:
<td valign="top" align="left" background="{ imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{ titleimage}" border="0" alt="$bbtitle"></a></td>
<td valign="bottom" align="right" nowrap background="{ imagesfolder}/menu_background.gif">
So I guess I took out the menu_background.gif. It's worth a shot, just back up what you have now.
[Oh yeah, I put a space inbetween the "{" so it didn't change the code... just so you know.