Quote:
Originally Posted by HarryT
I'm sure that someone will correct me if I'm wrong, but I believe that widow and orphan control is a feature of the rendering engine, not the book.
|
Certainly the rendering engine must support this in the CSS but the CSS is where the change is made. By default Adobe has widows and orphans set to 2 which will support standard usage. To set it explicitly use the following:
widows:2;
orphans:2;
which could be set in the p entry or even in the body entry. Set to 1 to turn off. Some implementations do not like 0 so don't use it.
Dale