Line 56, Column 5: XML Parsing Error: Opening and ending tag mismatch: table line 34 and tr. </tr> Why is it yelling at me for saying "</tr>"? I don't get why it says that.
Well show us the full code, why not? But here is some advice: DO NOT use tables/dreamweaver/frontpage/web expression/nvu etc. to make a website. Remember valid code IS NOT necessarily good code, and if you a re building a site with any of these, there is no point trying to make it valid. Your problem seems to be that you are closing the <tr> after the </table>, the error is pretty self explanatory.
You've probably mixed up the order of <table><tr><td></td></tr></table> How about letting us know the url? It's a bit hard to help with only a </tr> to go by
No I've never validated my sites, I am trying and my order is always <table><tr><td></td></tr></table> http://jakejohnsonflw-tnt.webs.com/ Thanks.