Quote:
Originally Posted by RbnJrg
Kobo Desktop? Who reads in Kobo Desktop nowadays? It's the worst desktop ereader, riddled with bugs. If you buy a Kobo ebook is because you have a Kobo physical device. So if that's your concern, forget about Kobo Desktop and use the solution Turtle91 gave you, forcing page-breaks with:
Code:
<p class="answer">Answer to question #x</p>
.answer {
page-break-after: always !important;
break-after: always !important;
-moz-column-break-after: always !important;
-webkit-column-break-after: always !important;
}
|
Thanks for sharing your thoughts.
You’re right. I don’t need to worry too much about Kobo Desktop if page breaks are working fine in other apps. So I’ll use page breaks.