
Originally Posted by
bengtson_98
When I try to validate my page I get this error
end tag for "td" omitted, but OMITTAG NO was specified
I am not seeing anything that was left open but I am struggling with this, here is the code
<tr>
<td colspan="3"><img name="index_r6_c1_s1" src="images/index_r6_c1_s1.png" width="61" height="350" border="0" id="index_r6_c1_s1" alt="" /></td>
<td colspan="16" background="images/index_r6_c4_s1.png"><p align="center" class="blackfont">Rennert's is a complete emergency response, apparatus sales and service company. <br />
Rennert's factory trained technicians are available for any of your fire truck needs. Pump Testing and minor <br />
repairs can be handled at your station. Major repairs can easily be handled at our service center in Markesan or Deforest. <br />
Rennert's guarantees competitive pricing while maintaining the highest quality standards. </p>
<p align="center" class="redfont"><img src="images/bulletedtext.png" width="570" height="118" align="center" /></p>
<p align="center" class="redfont" id="redfont">Rennert's Fire Equipment Service has expanded to further fulfill our customer's needs.<br />
We are now offering parts in an online store. You can find our new store by clicking the link below.<br />
More products will be available in the coming weeks!!</p><form>
<div align="center">
<input type="button" value="Shop Online" onClick="window.location.href='http://store.rennerts.com/'">
</div>
</form>
<td colspan="3"><img name="index_r6_c20_s1" src="images/index_r6_c20_s1.png" width="60" height="350" border="0" id="index_r6_c20_s1" alt="" /></td>
<td><img src="images/spacer.gif" width="1" height="350" border="0" alt="" /></td>
</tr>
It is claiming the last </tr> is causing the issue or at least the is the line that the error is on.