Adds posted generate HTML error
I've recently started editing my classipress website, therefore I user validator.w3.org to verify my website for errors.
To my surprise, every time I create a new add successfully, and review it against the website, I get this error.
Line 313, Column 28:
document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<div class="clr"
></div>[LEFT]
✉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.[/LEFT]
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 "<a>", "<span>", or "<font>").
And it generates and error for every single add which is created.
Could anybody help with this?
Thanx in advance.