Quote:
Originally Posted by Diana22
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>.