View Single Post
Old 01-10-2013, 02:24 PM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,768
Karma: 54401244
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by JeanneLaska View Post
That sounds very similar to a problem I've had.

The problem appeared on a Kobo reader: not only were there arbitrary page numbers (following a set number of words rather than the layout chosen by the Kobo's owner), but those page numbers were literally on the text, as GraciousMe reported.

My ePub was created with Sigil (and this problem has not been reported yet on other ePub reading devices). Owner of Kobo said he's never seen this problem before (other ebooks were mostly purchased on the Kobo site).

Any chance either he or I can do something about it? Does that sound like a feature of Kobo, or something I can tell my ePub not to do? I'm really at a loss.
for ADE 1.7, I do 2 things
1)in my body class
Code:
.calibre {
    display: block;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-left: 2pt;
    margin-right: 16pt;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: justify
    }
2) I read with a zoom level 3, thus shrinking the page number so that 3 digits fit within the now right margin.
theducks is offline   Reply With Quote