Quote:
Originally Posted by ownedbycats
The three I picked [1] [2] [3]. Only opened one on Kobo, looks fine. Lots of Kobo spans and stuff in HTML.
|
All three of those books cut off part of the text on the right margin using calibre's ebook-viewer. Looking at the stylesheet in each of them, I removed the html selector as copied below. After that, calibre's ebook-viewer did not cut off on the right margin. From the view of how the book displays, the Kobo spans have no effect since they are only used by the Kobo renderer for text select positioning.
Code:
html
{
margin: 0em 1em 0em 1em;
font-size: 12pt;
font-family: Georgia, Times, serif;
}