View Single Post
Old 06-07-2012, 03:15 PM   #7
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: 31,100
Karma: 60358908
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 misskennedy View Post
DiapDealer, I did that. Custom Fonts aren't showing on the decice, too.

I also have another issue: I do insert the image files each one into a separate section, in the hope to have an image=a page. But on the device, a blank page is created between the files. Sometimes only when viewed square, sometimes only in vertical held, sometimes in both. Is there a possibility to control this and make it the way that there's a page break after each image file but with no blank page between two?
I know that this is probably to be done in the CSS and that is where's my limit :-(

But hey, I managed to assign a cover image ! :-)
without seeing your code (and the stylesheet) it is a little hard to guess
If you have not done so, grab copies of the CSS and HTML cheatsheets
there are a few things that can cause page breaks

The command: page-break-before: always

Margins before or after the image that can't exist With the image (as sized) on a single page.


And some things just don't work (reliably) on various reading software (read the ADE flaws thread in EPUB section)

Fonts: remember everything about a filename and path in EPUB is case sensitive
Code:
src:url(../Fonts/CharisSILB.ttf)
since Sigil puts font files in the Fonts folder... having the bold part is important if you want things to work
theducks is online now   Reply With Quote