View Single Post
Old 02-23-2018, 08:16 AM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,753
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by church mouse View Post
I have noticed that I have quite a number of books where the html has coding in it like this:

<?pagebreak number="2"?><a id="p2>
The first tag (<?pagebreak number="2"?>) is a processing instruction that all epub-compliant reading apps should ignore. The second tag (<a id="p2>) is page number target id, which is used by some ebook designers to identify page number targets. It also should be ignored by epub-compliant reading apps.

Unless you have epub3 books and a reader or app that supports epub3 books, you can ignore these tags.

(There are also some ADE epub2 books with print page number support that might use these tags, but they're relatively rare.)

For more information on page numbers, see the Page numbers Wiki entry.
Doitsu is offline   Reply With Quote