Quote:
Originally Posted by DaleDe
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
|
Thank you for the information - much appreciated.