Hi NiLuJe,
Yes, please try both alternative epub changes for each chapter and see if either will work properly and let me know what you see. I really don't like using id= inside a "body" tag as the target should then just be the top of file for consistentcy and simplicity.
I am glad to hear that a sideloaded apnx file can be consumed and that the .azw3r and .azw3f funny pieces are created during reading. I hope Doitsu can do the same thing with his PW2.
One other variation to try might be:
Code:
<body>
<a id="id1"></a>
<h3>Chapter 1</h3>
<p><b>==== PAGE 1 ====</b>
This would make it clearest that the anchor starts before the chapter heading.
Thanks!
KevinH
Quote:
Originally Posted by NiLuJe
@KevinH: Yay! That confirms my hunch (cf. my previous message, which has been edited 7 billion times already ^^)  .
I'll be happy to check updated files on my end too  .
|