Quote:
Originally Posted by JSWolf
This is the CSS code I use. It works because I make sure there are no other widows and orphans in the CSS code. Also, some eBooks have multiple CSS and I make sure there's none there as well.
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
|
I have checked, double-checked and triple-checked. There are no other widows/orphans definitions anywhere. Something else must be going on.