Atm you have 2 tables ... one with a width of 1024 and right after a table with 100% width ... so you need to do something like this: <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" colspan="2"><img src="images/header_banner.gif" width="1024" height="159" border="0" /> </td> </tr> <tr> <td width="182"><img src="images/babiesrus.gif" width="182" height="123" border="0" /> <td rowspan="5"><?php include("that_header_file");?></td> </tr> </td> <tr><td><img src="images/left_2.gif" width="182" height="122" /> </tr> </td> <tr><td><img src="images/left_3.gif" width="182" height="123" /> </tr> </td> <tr><td><img src="images/left_4.gif" width="182" height="122" /> </tr> </td> <tr><td><img src="images/left_bottom.gif" width="182" height="123" /> </tr> </td> </table> </body> </html>
modified on Saturday, November 8, 2008 9:35 PM