Several errors stem from <p> tags that do not appear to be closed – lines 99, 110, 125. They should be removed (unless they _are_ closed, which I am missing).
I think, the line 85 error occurs because the <script> is within the <ul> tag (opened on line 59 and closed on line163).
Hope this helps.
Could have just updated your old thread here:
http://wordpress.org/support/topic/34674 that we know what you’ve tried and what you haven’t
Thanks neetij that was part of it.
Jinsan, sorry, I lost track of that post, but I’ll do that in the future.
Brainwidth, thanks.
Mike
My blog validates before I have any posts. However once I post, even a single word, I have a problem with ‘s.
To validate it I removed every post made, it validated fine. Then I posted a single word “credit”, just the word no symbols or html coding, but even that one word won’t let it validate because WP is putting the before the word.
Do I have something incorrectly checked in the options?
For example – Quote:
document type does not allow element “p” here; missing one of “object”, “applet”, “map”, “iframe”, “button”, “ins”, “del” start-tag
Credit
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 “” or “<table>”) inside an inline element (such as ““, “<span>”, or “<font>”).
Can anybody explain what that means? Do I have an unclosed somewhere else? If so why does it validate?
When I look at the source WP is putting before each post
Thanks,