View Single Post
Old 04-05-2024, 02:16 PM   #5
m_pluto
Member
m_pluto began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jun 2021
Device: Kobo Sage
Quote:
Originally Posted by RbnJrg View Post
On epub3 first-line pseudo elements is honored. On Kobo for Android and iOS, works for both, epub and kepub. But I don't know if the rendering engine of your Kobo Sage have been updated with the last version.

Regarding page breaks, use the following code:

Code:
.pageBreak {
   -webkit-column-break-before: always;
   page-break-before: always;
   break-before: always;
}
Will that work with kepubs, epubs, or both?
m_pluto is offline   Reply With Quote