View Single Post
Old 01-15-2025, 06:43 PM   #22
Falkor
Connoisseur
Falkor began at the beginning.
 
Posts: 90
Karma: 10
Join Date: Dec 2024
Device: Tolino Shine 5
Quote:
Originally Posted by JSWolf View Post
ePub supports page breaks. There's no need to use webkit commands for this. Try it and you'll see.

Code:
.pagebreak
  page-break-before: always;
}
Nope. This only works in RMSDK. As far as I know it doesn't work in the kepub renderer either, but -webkit-column-break-before supposedly does?
Falkor is offline   Reply With Quote