Quote:
Originally Posted by misskennedy
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