Quote:
Originally Posted by Edemen
I am using the Pocketbook Inkpad 3 Pro. The native reading program does not allow widows and orphans. So the number of lines on a page is not always equal which annoys me 
What CSS used in Caliber will make widows and orphans appear?
|
This is not a issue of calibre viewer but anyway You can change the css in the calibre editor like this:
Code:
p{
widows: 1 !important;
orphans: 1 !important;
}
using !important You can overwrite eventual different widows/orphans values in the various p.
something tag.