Code:
<tr>
<td align="center">
<a href="News.html" target="Content">
<p align="center">
<img src="Links_Table_News.jpg" border="0" vspace="0" hspace="0">
</>
</a>
</td>
</tr>
The above code is what I found in the first row of your table. There are two things.
1) You have a <p> tag that you start but do not close. I believe the </> tag is where you meant to put the </p> closing tag.
2) The fact that you are using a <p> tag is probably what is causing the spacing between your rows.
I hope this helps. :drool: