Quote:
Originally Posted by tschucha
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 */
}
|
Yes, but it doesn't always work. That's what I did early on. The problem is if a tag has a class, that css takes precedence over a naked tag. E.g., if it says body class="calibre1" then it'll use the .calibre1 css and not yours. Even worse, some have body style="some crap" but I think calibre will convert that to a class in the .css file. I've resorted to deleting the class="whatever" on all of the body tags, likewise on all of the p tags for the body text. This is after I convert to EPUB. The kindle files are pretty ugly and calibre cleans up a lot of their garbage during the conversion.