View Single Post
Old 12-15-2016, 04:54 AM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Tex2002ans View Post
All you would have to do is create a class and give it the "page-break-before: always" property.
The OP could also simply assign this property to the default Sigil page-break hr tag:

Code:
hr.sigil_split_marker {
    visibility: hidden;
    page-break-before: always !important;
}
This'll work with ADE 1.7.2 and higher, but many free apps won't honor this style. (I couldn't use display: none, because it doesn't work with the hr tag in ADE.)
Doitsu is offline   Reply With Quote