Filburt you had this problem a while ago I think... in IE the tables are displaying correctly but even with no cellpadding and no cellspacing the 1px wide borders are more like 5px. And, in netscape they're like 2px but everything else is WHACK.

What am I doing wrong?
Code:
						<TABLE WIDTH=90% CELLPADDING=0px CELLSPACING=0px BGCOLOR=#BBBBBB ALIGN=CENTER>
							<TR>
								<TD COLSPAN=3 WIDTH=100% HEIGHT=1px BGCOLOR=#616161>
								</TD>
							</TR>
							<TR>
								<TD WIDTH=1px BGCOLOR=#616161>
								</TD>
								<TD BGCOLOR=#BBDD77>
								<FONT FACE="Verdana, Tahoma, Arial" SIZE=-1>
								<B>News for March 10th, 2002</B><BR>
								<FONT SIZE=-2>1 News Item(s)</FONT><BR>
								</FONT>
								</TD>
								<TD WIDTH=1px BGCOLOR=#616161>
								</TD>
							</TR>	
							<TR>
								<TD COLSPAN=3 WIDTH=100% HEIGHT=1px BGCOLOR=#616161>
								</TD>
							</TR>
						</TABLE>