View Single Post
Old 03-18-2021, 06:07 PM   #311
ps67
Guru
ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.
 
Posts: 761
Karma: 7025686
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
Quote:
Originally Posted by Edemen View Post
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.
ps67 is offline   Reply With Quote