Quote:
Originally Posted by DropDeadAlex
Hello guys!
I've researched a lot and tried so many ways, but I didn't find a way to use the CSS "page-break-before: always" property in a book in AZW3 format.
Does anyone knows if there is some limitation in AZW3 with that?
...my intention was to put a pageBreak() before each subchapter. The main chapters are already splitted in diferent .html files.
|
If this can help you, after inserting in my azw3 the css rule
Code:
page-break-after: always;
I had to carry out a reconversion on the same type (AZW3 -> AZW3).
Simply saving and copying the azw3 on the kindle I did not get the desired result (even if in the calibre viewer I got the page-break as expected).
So investigating I tried to reopen the reconverted AZW3 and I noticed that the html file was divided at the points where I wanted the page-break (perhaps in this way the kindle correctly detects the page-break).
In the book before the conversion I had ~ 80 html files and in the converted one ~ 140 html files.