ok. try this
Replace this:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="F1F3F0">
<td width="0%"><img src="./images/header/sun.gif" width="250" height="80"></td>
<td width="8%"> </td>
<td width="8%" bgcolor="F1F3F0"> </td>
<td width="8%"> </td>
<td width="8%"> </td>
<td width="8%"> </td>
<td width="8%"> </td>
<td width="8%" height="30"> </td>
</tr>
<tr bgcolor="F1F3F0">
<td><font color="F1F3F0"><img src="./images/header/sun1.gif" width="250" height="40"></font></td>
<td><font color="F1F3F0"><a href="./index.php"><img src="./images/header/butthome.jpg" width="99" height="30" border="0"></a></font></td>
<td><font color="F1F3F0"><a href="./usercp.php?"><img src="./images/header/usercp.jpg" width="99" height="30" border="0"></a></font></td>
<td><font color="F1F3F0"><a href="./register.php"><img src="./images/header/register.jpg" width="99" height="30" border="0"></a></font></td>
<td><font color="F1F3F0"><a href="./memberlist.php?"><img src="./images/header/members.jpg" width="99" height="30" border="0"></a></font></td>
<td><font color="F1F3F0"><a href="./ushop.php"><img src="./images/header/shop.jpg" width="99" height="30" border="0"></a></font></td>
<td><font color="F1F3F0"><a href="./calendar.php"><img src="./images/header/calender.jpg" width="99" height="30" border="0"></a></font></td>
<td><font color="F1F3F0"><a href="./search.php?"><img src="./images/header/search.jpg" width="99" height="30" border="0"></a></font></td>
</tr>
<tr>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td height="100%" background="./images/header/linetop.gif"> </td>
</tr>
</table>
With this:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="F1F3F0">
<td width="0%"><img src="./images/header/sun.gif" width="250" height="80"></td>
<td width="8%"> </td>
<td width="8%" bgcolor="F1F3F0"> </td>
<td width="8%"> </td>
<td width="8%"> </td>
<td width="8%"> </td>
<td width="8%"> </td>
<td width="8%" height="30"> </td>
</tr>
<tr bgcolor="F1F3F0">
<td><font color="F1F3F0"><img src="./images/header/sun1.gif" width="250" height="40"></font></td>
<td valign="bottom"><font color="F1F3F0"><a href="./index.php"><img src="./images/header/butthome.jpg" width="99" height="30" border="0"></a></font></td>
<td valign="bottom"><font color="F1F3F0"><a href="./usercp.php?"><img src="./images/header/usercp.jpg" width="99" height="30" border="0"></a></font></td>
<td valign="bottom"><font color="F1F3F0"><a href="./register.php"><img src="./images/header/register.jpg" width="99" height="30" border="0"></a></font></td>
<td valign="bottom"><font color="F1F3F0"><a href="./memberlist.php?"><img src="./images/header/members.jpg" width="99" height="30" border="0"></a></font></td>
<td valign="bottom"><font color="F1F3F0"><a href="./ushop.php"><img src="./images/header/shop.jpg" width="99" height="30" border="0"></a></font></td>
<td valign="bottom"><font color="F1F3F0"><a href="./calendar.php"><img src="./images/header/calender.jpg" width="99" height="30" border="0"></a></font></td>
<td valign="bottom"><font color="F1F3F0"><a href="./search.php?"><img src="./images/header/search.jpg" width="99" height="30" border="0"></a></font></td>
</tr>
<tr>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td background="./images/header/linetop.gif"> </td>
<td height="100%" background="./images/header/linetop.gif"> </td>
</tr>
</table>