View Single Post
Old 11-09-2021, 08:29 PM   #67
tschucha
Zealot
tschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfoldedtschucha reads XML... blindfolded
 
tschucha's Avatar
 
Posts: 149
Karma: 52546
Join Date: Oct 2010
Device: Kobo Sage
Quote:
Originally Posted by hobnail View Post
Not all ebooks have css for the body tag. Or they may have a div tag that encloses the entire chapter, which may need its css fixed. If your stylesheet.css or whatever it's called doesn't have anything for the body tag you can add it;

Code:
body {
  line-height: 1.2;  /* or normal */
}
Can I add this for all books in Calibre by going to Preferences-Conversion-Common Opitions-Look & Feel- Styling-Extra CSS?

body {
line-height: 1.2; /* or normal */
}
tschucha is offline   Reply With Quote