Originally Posted by rlarrett
I have built an ePub file, using Dreamweaver, Calibre, Sigil. It works fine in iBook (locally) and Adobe Digital Editions, looks great, and (of course) will not validate. I get this error message, over and over:
Code:
(name of book).epub/OEBPS/Text/jas_split_000.xhtml(64): 'OEBPS/Text/title_page': referenced resource missing in the package
The line of code highlighted is always an a href + id tag, which typically looks like this:
Code:
<h1 class="chead" id="calibre_pb_2"><a class="calibre1" href="contents" id="contents"></a>Contents</h1>
I took out the Calibre "a class" stuff, thinking that might be confusing matters, but it didn't help. I am at a total loss what to do. There are a lot of internal links in this book, for the index.
Any ideas would be greatly appreciated
|