View Single Post
Old 06-22-2017, 12:28 PM   #3
Phssthpok
Age improves with wine.
Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.
 
Posts: 596
Karma: 95229
Join Date: Nov 2014
Device: Kindle Oasis, Kobo Libra II
Quote:
Originally Posted by Diana22 View Post
Message: Error while parsing file 'element "a" not allowed here; expected element "address", "blockquote", "del", "div", ...
It's expecting a block level element (a paragraph, heading, div or similar) and it seems you have an <a> at body level, outside of any block-level element. Move it into a block, or wrap it in <div>...</div>.
Phssthpok is offline   Reply With Quote