View Single Post
Old 09-07-2025, 08:32 PM   #17633
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,308
Karma: 171295426
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by ownedbycats View Post
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;
}
DNSB is offline   Reply With Quote