Thanks for the idea of splitting the book up into files. I think I stumbled onto the solution. I took out:
<p class="softbreak">*</p>
And replaced it with:
<br></br>
<div style="page-break-before:always;"></div>
And all the chapters start cleanly in my epub app (Marvin) at the top my device. Done!
|