Valid XHTML..

Discussion in 'HTML & Website Design' started by Jake-Johnson, Aug 29, 2008.

  1. #1
    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.
     
    Jake-Johnson, Aug 29, 2008 IP
  2. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #2
    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.
     
    blueparukia, Aug 29, 2008 IP
  3. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #3
    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 :)
     
    Kerosene, Aug 29, 2008 IP
  4. Jake-Johnson

    Jake-Johnson Peon

    Messages:
    839
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Jake-Johnson, Aug 29, 2008 IP