Quote:
Originally Posted by JSWolf
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?