This image causes problem:
http://www.gamershavenco.com/forums/...main_table.gif
and this is code for it in header:
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#4e4a38">
<tr>
<td width="12" align="left" valign="top"><img src="http://www.gamershavenco.com/forums/ambience/misc/ls_main_table_top.gif" width="12" height="8" alt="" /></td>
<td width="100%" align="left" valign="top"><img src="http://www.gamershavenco.com/forums/ambience/misc/expand_main_table.gif" width="100%" height="8" alt="" /></td>
<td width="12" align="left" valign="top"><img src="http://www.gamershavenco.com/forums/ambience/misc/rs_main_table_top.gif" width="12" height="8" alt="" /></td>
</tr>
</table>
and in footer:
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#4e4a38">
<tr>
<td width="12" align="left"><img src="http://www.gamershavenco.com/forums/ambience/misc/ls_main_table_btm.gif" width="12" height="8" alt="" /></td>
<td width="100%" align="left"><img src="http://www.gamershavenco.com/forums/ambience/misc/expand_main_table.gif" width="100%" height="8" alt="" /></td>
<td width="12" align="left"><img src="http://www.gamershavenco.com/forums/ambience/misc/rs_main_table_btm.gif" width="12" height="8" alt="" /></td>
</tr>
</table>