Quote:
Originally Posted by DNSB
[*]epub3 requires every tag be terminated. So use <br /> instead of <br>.
|
All of those </p><br> are invalid. Even if you fixed it to be </p><br/>, it would still be wrong. The <br/> has to be before the </p>. <br/> cannot be on their own.
Also, as for ePub 3, you can install the epubcheck plugin for the Calibre editor and use it to validate ePub 3 code in the editor.