Quote:
Originally Posted by abbrowna
This had no effect in the Books app (iphone7). I wonder if the mistake is in not adding actual page-breaks, not including all chapters/song or both?
|
Of course, you'll also need to add
pagebreak markers to .xhtml files. For example, you'll need to insert the following
pagebreak marker in a
block-level tag in
song_1.xhtml.
Code:
<span epub:type="pagebreak" id="page1" title="1"/>
Note that you can add sequential numbers in Calibre with a
regex function.