"META" should be lowercase like: "meta"
This is the only error that I can see in the head of your document. All of your html tag names should be lowercase. This will probably knockout a large number of errors.
Actually, your fix suggestion worked, but it only knocked out about ten errors, but hey, I'm not complaining! I'm still making progress...
However, I'm REALLY still puzzled over `Hey man...
Can you help me with something? Seriously, I CANNOT figure out why this following code (and others just like it) is giving errors in the site validator I've been using:
<img src="http://allthingscfnm.net/banners/NEWworkmycock-button.gif" alt="work my cock cfnm" />
This is the error it's giving me for that line:
Line 133, Column 51: document type does not allow element "a" here; missing one of "object", "span", "bdo", "applet", "iframe", "tt", "i", "b", "u", "s", "strike", "big", "small", "font", "em", "strong", "dfn", "code", "q", "samp", "kbd", "var", "cite", "abbr", "acronym", "sub", "sup", "label", "ins", "del" start-tag .
…//ww2.workmycock.com/track/ODc6Mjoy/"><img src="http://allthingscfnm.net/bann
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "", "<span>", or "<font>").`
What in god's name does that mean? It's driving me crazy man, how there's sooo many errors on this site that seem to work everywhere else. If I can decypher this code's problems w/some newfound understanding and fix it, I can knock off a TON of errors!
Thanks again!