Quote:
Originally Posted by BKh
I went back to the original file and found this...
Code:
<item id="cover_png" properties="cover-image" href="images/cover.png" media-type="image/png"/>
<item href="images/cover.png" id="img001" media-type="image/png"/>
Different from what I posted in the OP, but clearly still not right.
[...]
In fact the only reason I am hopping down this rabbit hole is that the cover isn't showing up when the book is uploaded to google books/play.
|
Another step you might want to try if you want to have take an easy way out.
Open the EPUB in Sigil:
1. Delete the
cover.xhtml +
cover.png files. This should clean up the content.opf and remove any crappy/broken references to those files.
2. Add the cover.png back into the EPUB, then
Tools > Add Cover. This should create a clean
cover.xhtml file, and also assign the correct Cover metadata to the proper image.
Quote:
Originally Posted by BKh
The validator in Sigil had never had any issue before or after converting it to epub3. But for now I'm just trying to get it to validate so I can rule that out.
|
What validator? FlightCrew? That one is only good for a rough check (and isn't really maintained any more).
The actual true EPUB validator you'll have to use is always epubcheck (it's the one that stores use).