Quote:
Originally Posted by hobnail
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 */
}
|
A line height of 1.2 (IMHO) is too large.