It might be a little difficult to try and guess what the problem would be with just those two lines…for me, anyway. Could you perhaps post the html in this thread within [ CODE ] [ /CODE ] tags…or a URL if possible?
The validation error messages can be perplexing enough even when you have all the code in front of you, as agarcia831 said, those 2 lines are not enough to see where the problem lies. The lines reported are not neccessarily the lines causing the problem. The reported lines are where the validator first realizes there’s an error. The cause could be that line or anywhere before it. And usually a single error creates multiple error messages. I’m guessing you have an extra or missing tag and it’s throwing the nesting off. But need to see more, at least the code before line 67.
I think there’s a strong clue to the cause in the error message itself:
Make sure you have a <body> start-tag in your document, just after the </head> end-tag.
This tag is optional in HTML (but it’s usually considered bad practice these days to omit it).
The error message mentions an XML parsing error, though, so it looks as if you’re using XHTML (which is very odd, if you’re a beginner like you say). XHTML is XML, not HTML, and XML doesn’t allow any tags to be omitted.
A lot of people learn from books/tuts that start them with (X)HTML. When they come here, or other places where standardistas tend to run free they learn, tardily, that almost every design would do better to be coded in strict HTML.
A lot of people learn from books/tuts that start them with (X)HTML. When they come here, or other places where standardistas tend to run free they learn, tardily, that almost every design would do better to be coded in strict HTML.
Like… Ian Lloyd’s book.
Like pretty much every popular templating system, like Drupal and Wordpress (I’m going to be very interested to see how they are going to do RDFa in Drupal 7 with an XHTML-as-html templating system (not real XHTML).
I know my damn GPRS connection for some reason didn’t load Pacman first of all; so I got as I posted above (minus Pacman). In fact it has been cutting out a lot today… Even so it has an interesting side-effect.
I remember somewhere when I first signed up that I could say “always no smilies” somewhere, but that never worked. I wish it were selected by default, as I never, ever use smilies. In fact, I even add a space in my smilies to stop them from smilification : )
Smilies are evil and destroy code. Death to smilies!