Spaces/Lines showing up on google chrome in my table- Help!
I've been designing my website and just put it into Dreamweaver. It looks fine everywhere except Google Chrome. I've tried deleting my cache (which was messing up the presentation in Chrome before.) I've re-done the navigation three times and looked in Photoshop to make sure there weren't any extra spaces...no luck. I'm feeling pretty frustrated and am not very techie. Any suggestions?
Here is the code for the table![]()
<td><table width="1183" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="185" valign="top"><img src="images/1.gif" width="185" height="27" alt=""/></td>
<td width="192" valign="top"><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('2','','images/2ON.gif',1)"><img src="images/2.gif" alt="" width="192" height="27" id="2"></a></td>
<td width="87" valign="top"><a href="AboutIsis.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('3','','images/3ON.gif',1)"><img src="images/3.gif" alt="" width="87" height="27" id="3"></a></td>
<td width="140" valign="top"><a href="CommonQuestions.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('4','','images/4ON.gif',0)"><img src="images/4.gif" alt="" width="140" height="27" id="4"></a></td>
<td width="168" valign="top"><a href="WhatPeopleAreSaying.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('5','','images/5ON.gif',1)"><img src="images/5.gif" alt="" width="168" height="27" id="5"></a></td>
<td width="133" valign="top"><a href="PackagesAndPrices.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('6','','images/6ON.gif',1)"><img src="images/6.gif" alt="" width="133" height="27" id="6"></a></td>
<td width="278" valign="top"><a href="Contact.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('7','','images/7ON.gif',1)"><img src="images/7.gif" alt="" width="278" height="27" id="7"></a></td>
</tr>
</tbody>
</table></td>

