View Single Post
Old 06-27-2025, 12:15 AM   #23
robertmchicago
Enthusiast
robertmchicago began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Apr 2025
Device: none
Quote:
Originally Posted by RbnJrg View Post
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.

Last edited by robertmchicago; 06-27-2025 at 11:10 PM.
robertmchicago is offline   Reply With Quote