Quote:
Originally Posted by bartveld
Been following this widows/orphans discussion. Whenever I convert an epub I always put in this
p, body{
widows: 0;
orphans: 0;
}
at the tab Extra CSS in the Look and Feel section. Somebody advised this somewhere sometime. So should I change the 0's to 1's?
|
Don't know. The value of "0" worked and was een excepted value in CSS2.x but not anymore.
I suppose all books that are defined with a value "0" for these properties will be ignored and fall-back to the default value of 2.
If you use these properties in your own books then I would change these values to 1 for all future books that need customization and leave the old books untouched and/or only make changes on a individual basis.