Quote:
Originally Posted by fozzedout
That's what is puzzling me. I've requested for specific examples and versions, so I'm now just waiting for a response.
|
There are a couple of problems with the ePubs:
1. They don't pass
ePubCheck.
Code:
ERROR: ffn-10485934.epub/OEBPS/content.opf(8,54): date value '1403796158' is not valid as per http://www.w3.org/TR/NOTE-datetime: 1403796158 class java.lang.IllegalArgumentException YEAR
ERROR: ffn-10485934.epub/OEBPS/content.opf(9,55): date value '1408559212' is not valid as per http://www.w3.org/TR/NOTE-datetime: 1408559212 class java.lang.IllegalArgumentException YEAR
ERROR: ffn-10485934.epub/OEBPS/content.opf(10,51): date value '1416928522' is not valid as per http://www.w3.org/TR/NOTE-datetime: 1416928522 class java.lang.IllegalArgumentException YEAR
ERROR: ffn-10485934.epub/OEBPS/Text/file0001.html(1,159): elements from namespace "" are not allowed
ERROR: ffn-10485934.epub/OEBPS/Text/file0002.html(1,159): elements from namespace "" are not allowed
ERROR: ffn-10485934.epub/OEBPS/Text/file0003.html(1,159): elements from namespace "" are not allowed
WARNING: ffn-10485934.epub/OEBPS/toc.ncx: meta@dtb:uid content 'https://m.fanfiction.net/s/10485934' should conform to unique-identifier in content.opf: 'ffnarchive-uid:10485934'
(The numbers in the error messages refer to line number and position.) You will get rid of most of these messages by opening and saving your epub with
Sigil. I.e. if you don't know what you need to fix, simply save the ePub with Sigil and compare the saved files with your files.
2. They don't contain a style sheet. You may want to add at least something like:
Code:
<head>
<title></title>
<style type="text/css">
p { margin: 0; text-indent: 1em; }
</style>
</head>
Both of these issues might cause iBooks to display the whole book like a single paragraph.