bpoilspill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Markup validation errors – many of them -__-Put that in my functions.php, it removed the style, but it still causes invalid markup
Error Line 79, Column 13: Element dl is missing a required instance of child element dd.
</dt></dl><dl class=’gallery-item’>
Content model for element dl:
Zero or more groups each consisting of one or more dt elements followed by one or more dd elements.Error Line 82, Column 13: Element dl is missing a required instance of child element dd.
</dt></dl><dl class=’gallery-item’>
Content model for element dl:
Zero or more groups each consisting of one or more dt elements followed by one or more dd elements.Error Line 85, Column 13: Element dl is missing a required instance of child element dd.
</dt></dl><br style=”clear: both” />
Content model for element dl:
Zero or more groups each consisting of one or more dt elements followed by one or more dd elements.Error Line 88, Column 567: No p element in scope but a p end tag seen.
…ice, and hopefully will go to a good owner (who can give it some upgrades).</p>
Forum: Fixing WordPress
In reply to: Markup validation errors – many of them -__-Umm, no. How?
Forum: Fixing WordPress
In reply to: Markup validation errors – many of them -__-I just got rid of that crappy gallery and just used xhtml/css. Valid now.
Forum: Fixing WordPress
In reply to: Markup validation errors – many of them -__-Yeah it looks like the gallery stuff that’s integrated into WordPress.
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Markup validation errors – many of them -__-It’s something to do with the galleries on the posts.
Forum: Fixing WordPress
In reply to: Markup validation errors – many of them -__-I’m down to 21 errors, however I’m not too sure how to fix this one:
Line 89, Column 25: Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
<style type=’text/css’>
Contexts in which element style may be used:
If the scoped attribute is absent: where metadata content is expected.
If the scoped attribute is absent: in a noscript element that is a child of a head element.
If the scoped attribute is present: where flow content is expected, but before any other flow content other than inter-element whitespace, and not as the child of an element whose content model is transparent.
Content model for element div:
Flow content.Forum: Fixing WordPress
In reply to: Markup validation errors – many of them -__-Ahhhh, got it. I moved that off my index.php and into the beginning of the body of my header.php, cleared that up. However now I have around 140 errors, but they all seem to be coming from the content (posts).