Can someone help me understand why the red background color is still visible? I want the two cells to be aligned so that the red does not display.
Check out my code on jsfiddle - https://jsfiddle.net/7c73417b/1/
<table>
<tr>
<td class="imageThumbN">
<a href=""}">
<img src="http://s8.postimg.org/5y5wc8jqp/test1.png" width="130" height="130" border="0"></a>
</td>
</tr>
<tr>
<td class="imageLink">
<a href="">ImagesS</a>
</td>
</tr>
</table>