Hi guys
I'm trying to remove a couple of errors from my site which were picked out by the XHTML Validator at http://validator.w3.org
I have 2 identical errors reported as:
Line 353, Column 5: end tag for "tr" which is not finished.
</tr>
[FONT=Verdana]When I look at the generated code there are a couple of isolated <tr></tr> tags here:[/FONT]
</tr>
<tr>
</tr>
</table></div>
<!-- eof: whats_new -->
[FONT=Verdana]These appear at the end of the 'new products' and 'featured products' on the home page, but I just cannot figure where these are coming from or how to get rid of them.[/FONT] [FONT=Verdana]Please can anyone help?[/FONT] [FONT=Verdana]Thanks[/FONT]



