Quote:
Originally Posted by gbm
In the html of the books file look for <p class="classwhatever" id="page_number"> and <span id="page_number"> .
Use regex search id="page_\d+"
bernie
|
Quote:
Originally Posted by gbm
I just email a ebook that I have owned for 25 years--original format was lit--no page number in the epub sent to Amazon. The KFX I received from Amazon has page numbers in the text.
e.g.
Code:
<p id="page_253" class="class_s4">
<span id="page_254"></span>
How Amazon determined these numbers I do not know.
bernie
|
Thank you. I searched the html of the AZW3 text files and was able to find where page numbers had been inserted, e.g., <span id="page_5"> that weren't in the html of the original epub.