View Single Post
Old 01-13-2014, 11:26 AM   #6
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by HarryT View Post
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
DaleDe is offline   Reply With Quote