Related Posts Thumbnails Settings breaks validation
-
When i check my page for xhtml errors, i find for every “related thumbnail” an error like…
Error Line 179, Column 464: document type does not allow element “div” here; missing one of “button”, “map”, “object”, “ins”, “del”, “noscript” start-tag
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>”).
I think the problem is caused by the <div>…</div> structure you’re using…
<div style="clear: both"></div><div style="border: 0pt none ; margin: 0pt; padding: 0pt;"><div style="border: 0pt none; margin: 0pt; padding: 0pt; width: 107px; height: 182px;"><div style="border: 0pt none; margin: 0pt; padding: 0pt; background: transparent url(https://example.org) no-repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: 107px; height: 107px;"></div><div style="border: 0pt none; margin: 3px 0pt 0pt; padding: 0pt; font-family: Arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; color: #333333;">Example</div></div>...
You can see the error in “action” at https://linuxundich.de/de/ubuntu/endlich-google-mail-voice-und-video-chat-fur-linux/
- The topic ‘Related Posts Thumbnails Settings breaks validation’ is closed to new replies.