View Single Post
Old 02-23-2018, 08:10 AM   #2
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,377
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
My guess is that the <?pagebreak number="2"?> tag is your problem. That does not appear to be the standard method/tag to indicate a page number. Perhaps it is a software/reader specific tag??

In ePub3 it should look something like:
Code:
<span
         epub:type="pagebreak"
         id="page24"
         title="24"/>
ePub2 typically used the <a id="p2"/> (correction added) as a symantically incorrect workaround.


I would do a search and replace to remove all instances of the <?pagebreak?> tag...of course, make a backup first just in case...
Turtle91 is offline   Reply With Quote