Change this:
Code:
<td valign="bottom" align="left" colspan="2">
<img src="images/rigweld-logo-top.gif" alt="Rigweld"><img src="images/rigweld-text.gif" alt="Rigweld">
</td>
</tr>
<tr>
<td class="tdNavigation" valign="top" width="50" height="2">
<img src="images/rigweld-logo-middle.gif" alt="Rigweld">
</td>
<td class="tdNavigation" align="left" width="90%" valign="middle">
<a href="index.html" onfocus="this.blur()" class="mouseOut"> Infrastructure </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Plant Hire </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Labor Hire </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Photo Gallery </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Contact Us </a>
</td>
</tr>
<tr>
<td valign="top" colspan="2">
<img src="images/rigweld-logo-bottom.gif" alt="Rigweld">
</td>
To this:
Code:
<td valign="bottom" align="left" colspan="2"><img src="http://www.sketchthat.com/dev/rigweld/images/rigweld-logo-top.gif" alt="Rigweld"><img src="http://www.sketchthat.com/dev/rigweld/images/rigweld-text.gif" alt="Rigweld"></td>
</tr>
<tr>
<td class="tdNavigation" valign="top" width="50" height="2"><img src="http://www.sketchthat.com/dev/rigweld/images/rigweld-logo-middle.gif" alt="Rigweld"></td>
<td class="tdNavigation" align="left" width="90%" valign="middle">
<a href="index.html" onfocus="this.blur()" class="mouseOut"> Infrastructure </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Plant Hire </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Labor Hire </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Photo Gallery </a> |
<a href="#" onfocus="this.blur()" class="mouseOut"> Contact Us </a>
</td>
</tr>
<tr>
<td valign="top" colspan="2"><img src="http://www.sketchthat.com/dev/rigweld/images/rigweld-logo-bottom.gif" alt="Rigweld"></td>
Putting the <td>, <img stuff> and </td> all on the same line usually fixes gaps like that.