![]() |
#1 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jul 2015
Device: Kindle
|
How do you create a cover page?
I've imported my ebook into Sigil, including the cover image. Then, when I look at it using Kindle Previewer, there is no cover page. The only thing that appears before the text of the ebook itself is the cover image.
I would like a page incorporating my cover image, title and author name but I don't know how to generate this. I had a look in the user guide but I couldn't find an answer. Sorry if this is an obvious question but this is the first time I've used Sigil! Any help would be most appreciated! ![]() |
![]() |
![]() |
![]() |
#2 |
A Hairy Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,295
Karma: 20171067
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
|
Hi Roz! Welcome to the Forum!
I'm not sure of the intricacies of the Kindle Previewer - it's been awhile since I used it. Hopefully someone else with more experience there can jump in. However setting up a "cover" and a "title" page I can help with. If you go into the menu bar in Sigil and select "Tools/Add Cover" it will open a popup and allow you to select which image you'd like to use then click OK. That's it! Sigil will create a page (or update one if it is already there). Creating a Title page is just like any other chapter in the book. Right click on a file in your "Book Browser" window and select "Add Blank HTML File". Then use HTML and CSS to style it however you want. Something along the lines of: Code:
<h1>Title</h1> <p class="series">Series<br /> Book Num</p> <p class="auth">Author</p> with CSS: .auth, .series, .subtit {text-align:center; text-indent:0; margin:0; font-weight:bold; font-size:1.1em} .subtit {margin:1em 2em; font-size:.8em} .series {margin-bottom:1em} .auth {margin-top:1em; font-size:1.4em} I hope that helps some! Last edited by Turtle91; 07-14-2015 at 11:22 AM. |
![]() |
![]() |
Advert | |
|
![]() |
#3 | |
mostly an observer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,518
Karma: 987654
Join Date: Dec 2012
Device: Kindle
|
Quote:
|
|
![]() |
![]() |
![]() |
#4 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jul 2015
Device: Kindle
|
Thanks ever so much for your help! I've just created a title page in Powerpoint, uploaded it in Sigil and checked it in Kindle Previewier. Everything looks fine!
Thanks again! |
![]() |
![]() |
![]() |
Tags |
author name, cover page, ebook covers, title |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create cover with Sigil | alejandrojorge | Sigil | 2 | 01-22-2014 03:40 AM |
How do I Create Page Breaks? | jdanniel | Sigil | 15 | 09-18-2012 06:15 AM |
How To Create Cover Pages | genepool | Writers' Corner | 12 | 03-05-2011 07:42 PM |
How to Create a Cover for a NewsFeed | Eldrod | Calibre | 4 | 08-20-2010 03:26 PM |
Create a book cover | svetlanahedge | Calibre | 4 | 01-04-2010 08:25 AM |