Quote:
Originally Posted by dynabook
I am using ADE 2.0 to try to open these ebooks. Calibre Ebook Editor may have resolved the problems with the epub I uploaded (at least ADE opened it.) The next one was not resolved by fixing with Calibre Editor.
--MH
|
Checking this one out, I changed the 2 doc-footnotes to doc-footnote, added the 'properties="svg"' to the cover.xhtml line in the manifest section of content.opf and removed the following media queries from one of the stylesheets:
Code:
@media amzn-kf8 {
}
@media amzn-mobi {
blockquote {
margin: 2em auto 2em auto;
}
.squeeze {
width: auto;
}
}
ADE 2.0.1 now seems to happy with this file as well. In both cases, it seems the amazon media queries were enough to cause problems since another media query in the 2nd file found in prhStyle-media-queries.css doesn't seem to cause issues.