Quote:
Originally Posted by Tex2002ans
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.)