Quote:
Originally Posted by RbnJrg
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;
}
|
A little late, but I just saw this and I'll give it a go! Thank you!