Quote:
Originally Posted by Claire3001
- OEBPS/Text/www.albergocappello.it - This resource is reachable but not present in the OPF <manifest>. "Reachable" means that a reference of some kind that points to this resource exists in the epub.
Does this mean that the email address isn't linked properly?
|
Try writing "http://www.albergocappello.it" instead
Quote:
- element 'svg' is not allowed for content model '(p|h1|h2|h3|h4|h5|h6|div|ul|ol|dl|pre|hr|blockquo te|address|fieldset|table|switch|form|noscript|ins |del|script)'
|
Wrap the <svg> in a <div>.
Quote:
- This <content> element's "src" attribute value is "Text/introduction.htm#sigil_toc_id_3", but an element with an ID the fragment is referring to does not exist in that file.
|
There is no element with id="sigil_toc_id_3" in Text/introduction.htm. Maybe the id is in another file (in which case you should fix the link), or maybe the id is missing, in which case you should add it.