I have a little problem with the way a layout table is being displayed and want to know why!! The code is as below
CODE
<TABLE ALIGN="CENTER" WIDTH="750" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<tr>
<td height="18" bgcolor="#0000FF">
<p align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">This
entire site and all of its content is subject to copyright. E&OE</font></p></td>
</tr>
<tr>
<td> <a href="http://www.sapsuk.com/contact.htm"> <img src="http://sapsuk.com/telephone.gif" width="750" height="101" border="0" alt="telephone number 0844 884 5956"></a> </td>
</tr>
<tr>
<td height="32" bgcolor="#0000FF"><p align="center"> <font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Calls
to this number are charged at 5p per minute at all times from a BT land
line. </font></p>
<p align="center"><font color="#0000FF" size="-7">0844 884 5956</font></p>
</td></tr>
</TABLE>
<tr>
<td height="18" bgcolor="#0000FF">
<p align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">This
entire site and all of its content is subject to copyright. E&OE</font></p></td>
</tr>
<tr>
<td> <a href="http://www.sapsuk.com/contact.htm"> <img src="http://sapsuk.com/telephone.gif" width="750" height="101" border="0" alt="telephone number 0844 884 5956"></a> </td>
</tr>
<tr>
<td height="32" bgcolor="#0000FF"><p align="center"> <font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Calls
to this number are charged at 5p per minute at all times from a BT land
line. </font></p>
<p align="center"><font color="#0000FF" size="-7">0844 884 5956</font></p>
</td></tr>
</TABLE>
Now in deamweavers wysiwyg view it looks exactly how I want it to, as it does in w3schools tryit editor - example below

but in Firefox and IE it looks like this (with extra space between the layout cells - causing the table to be higher than I want).

I have tried so many ways to get it to look right!
Any suggestions for me to try?