I modified the code some to adjust to the size of the screen and to remove the white lines on the top corners. It looks exactly the same in IE, Firebird and Mozilla. Notice I moved the banner up a few lines, changed the width/height of the tables/cells, and added hspace="0" to the corner images.
Modified code:
Code:
<body bgcolor="#c9cca1">
******<img border="0" src="banner.jpg" width="475" height="75"><br>
******<table ALIGN="left" height=90% BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
******<tr ALIGN="left" valign=top >
*********<td width=15%>
*********<!--data for one-->
*********<!--end data for two-->
*********</td>
*********<td width="75%" bgcolor="white">
*********<img src="top_left.jpg" align=left hspace="0" width="54" height="54">
*********<img src="top_right.jpg" align=right hspace="0" width="54" height="54">
*********<!--data for two-->
*********<!--end data for two-->
*********</td>
*********<td width="25%">
*********<!--data for three-->
Bookmarks