View Single Post
Old 06-26-2025, 11:11 AM   #8
robertmchicago
Enthusiast
robertmchicago began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Apr 2025
Device: none
Quote:
Originally Posted by Turtle91 View Post
Have you used {page-break-after: always}?? Or any of its alternative forms...

[CODE]
<p class="answer">Answer to question #x</p>

.answer {
Thanks a lot for the suggestion!
I already have tested these codes:
page-break-after: always;
break-after: always;
They work in Kindle Previewer and ADE 2.0, but not in Kobo Desktop.

Now I tried these:
page-break-after: always;
break-after: always;
-moz-column-break-after: always;
-webkit-column-break-after: always;
But it's the same—they work in Kindle Previewer and ADE 2.0, but still not in Kobo Desktop.
robertmchicago is offline   Reply With Quote