Grab the source code for your page and throw it into a text editor. Then, search for the lines the validator is having problems with. The first one
"</tr
><tr>" shows me right away the problem. I'll post the code above it:
Code:
<tr>
<td class="alt1" style="padding: 0px;">
<table cellpadding="6" cellspacing="1" width="100%" border="0">
<!-- BEGIN TEMPLATE: c_news_letter_latest_memberbit -->
</tr><tr>
<td class="alt1" align="center">
<img src="http://glitchpc.com/forums/images/misc/c_news_letter_noav.gif" alt="" />
<div class="smallfont"><a href="http://glitchpc.com/forums/member.php?u=29">tolson7761</a></div>
Then look at the code..... you've put "</tr><tr>" in an invalid place. You ended a row when you never started one.
Just keep doing a search for the lines it doesn't like.