View Single Post
Old 09-30-2013, 03:25 AM   #4
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Melchett View Post
I want them to appear in the middle(or just a small amount of whitespace before the lines) of the page which the user is viewing on the device which he is using.
padding-top is what you want to use in this case. Many EPUB devices zero out margin-top when dealing with text on a new "page".

Quote:
Originally Posted by Melchett View Post
1) 203.png Whenever I open the epub in sigil, I get these two images in the images folder. The cover image and this 203.png. Should I remove this? If I remove and use kindle previewer to generate my mobi, I am getting warnings. Can anyone please tell me what this 203.png does(The same named file also appears in other ebooks too)?
What does the 203.png look like when you open it in Sigil?

Is 203.png actually located anywhere in the XHTML?

What are the exact KindleGen warnings?

I am assuming it is just some artifact from your InDesign export.

Quote:
Originally Posted by Melchett View Post
I want all of these three things to appear separately. I am using the css property page break always to achieve this.
So all three are in one XHTML file? Not many devices follow CSS page-break. If you wanted to guarantee the front matter to show up on different pages, split them into seperate XHTML files: titlepage.xhtml, dedication.xhtml, copyright.xhtml.

Last edited by Tex2002ans; 09-30-2013 at 03:29 AM.
Tex2002ans is offline   Reply With Quote