With the table below, I want the first 3 elements on the left to be the precise specified, and then I want the right aligned last element to fill out the rest of the width of the display to 100%. This works in IE, but NS expands the left elements, contrary to what I want. Is there a way to code this so that NS renders it the same as ie, with the first 3 elements on the left sized as specified?
G
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 width="100%" BGCOLOR=ffffff>
<TR BGCOLOR=ffffff height=75>
<TD border=0 height=75 width=62><IMG SRC="topl009.jpg" WIDTH=62 HEIGHT=75 border=0></TD>
<TD border=0 WIDTH=214><IMG SRC="walshlog6_01.gif" WIDTH=214 HEIGHT=75 border=0></TD>
<TD height=75 width=128 align=left colspan=2 BGCOLOR=005e00><IMG SRC="ltop14.jpg" WIDTH=121 HEIGHT=75 border=0></TD>
<TD BGCOLOR=005e00><IMG src="1pix.gif" BORDER=0></TD>
<TD ALIGN=right BGCOLOR=005e00><a href="direct.html"><IMG SRC="ltop6.jpg" WIDTH=214 HEIGHT=75 BORDER=0 ></a><img src="1pix.gif" height="1" width="5"></TD></TR>
</TABLE>
G
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 width="100%" BGCOLOR=ffffff>
<TR BGCOLOR=ffffff height=75>
<TD border=0 height=75 width=62><IMG SRC="topl009.jpg" WIDTH=62 HEIGHT=75 border=0></TD>
<TD border=0 WIDTH=214><IMG SRC="walshlog6_01.gif" WIDTH=214 HEIGHT=75 border=0></TD>
<TD height=75 width=128 align=left colspan=2 BGCOLOR=005e00><IMG SRC="ltop14.jpg" WIDTH=121 HEIGHT=75 border=0></TD>
<TD BGCOLOR=005e00><IMG src="1pix.gif" BORDER=0></TD>
<TD ALIGN=right BGCOLOR=005e00><a href="direct.html"><IMG SRC="ltop6.jpg" WIDTH=214 HEIGHT=75 BORDER=0 ></a><img src="1pix.gif" height="1" width="5"></TD></TR>
</TABLE>
Comment