Quote:
Originally Posted by JSWolf
Widows and orphans default to 2 for both.
You can override this in the CSS. This is the CSS code I use.
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
|
The only issue with that is that if the widows and orphans are set in the paragraph styles, this will not override them. You will need to remove those as well.
And kepub ignore the widows and orphans in the CSS and always use 1.