As you can see on http://www.script-n-softwareworld.com/framebrander/, I can't get my template to display correctly, and I don't know how to fix it. (There's a slight difference in the placing of the right background image) This is the code: <table width="900" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="188" colspan="3" background="images/top.jpg"> </td> </tr> <tr> <td width="92" background="images/left.jpg"> </td> <td width="715" valign="top" bgcolor="#FFFFFF" align="center"> <p> </p> <p> </p> <p>This is my text </p> <p> </p> <p> </p></td> <td width="93" background="images/right.jpg"> </td> </tr> <tr> <td height="76" colspan="3" background="images/bottom.jpg"> </td> </tr> </table> Code (markup): Can someone help me out?
Change the ''width'' size on this line to 94 <td width="93" background="images/right.jpg"> </td>
Thanks for the tip 94px did the trick in IE, 95px would do the trick in Firefox. Any idea on how to optimize it for both?