|
|
#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,397
Karma: 20212733
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 12:22 PM. |
|
|
|
|
|
#3 | |
|
mostly an observer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,519
Karma: 996810
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 |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create cover with Sigil | alejandrojorge | Sigil | 2 | 01-22-2014 04:40 AM |
| How do I Create Page Breaks? | jdanniel | Sigil | 15 | 09-18-2012 07:15 AM |
| How To Create Cover Pages | genepool | Writers' Corner | 12 | 03-05-2011 08:42 PM |
| How to Create a Cover for a NewsFeed | Eldrod | Calibre | 4 | 08-20-2010 04:26 PM |
| Create a book cover | svetlanahedge | Calibre | 4 | 01-04-2010 09:25 AM |