Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 09-28-2011, 04:16 PM   #1
Janephew91
Junior Member
Janephew91 began at the beginning.
 
Janephew91's Avatar
 
Posts: 8
Karma: 10
Join Date: Sep 2011
Device: none
EPUB Creation: Cover Page blank in ADE

This is my second epub book that I have created. The first one I had no issues with the cover file but this one is blank when opened in ADE.

After I created the EPUB, I unzipped it and created a cover.xhtml file which says:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ttctc-cc.xhtml</title>
<link href="template.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="ttctc-cc">
<div class="generated-style">
<img src="images/cover.jpg" alt="Cover Image" style="max-width: 100%;" />
</div>
</div>
</body>
</html>

Then added these tags in the content opf to the respective locations:

<meta name="cover" content="cover-image" />

<item id="ttctc-cc" href="ttctc-cc.xhtml" media-type="application/xhtml+xml"/>

<item id="cover-image" href="images/cover.jpg" media-type="image/jpeg"/>

<itemref idref="ttctc-cc"/>

I also made sure that the JPEG was RGB and not CMYK which is a suggestion I found while searching the web. I checked and rechecked and I can't seem to figure out where the problem is.

Has anyone else ran into this problem, if so, how did you fix it?

Any suggestions would be great. Thank you so much!
Janephew91 is offline   Reply With Quote
Old 09-28-2011, 10:05 PM   #2
Adjust
Addict
Adjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel isAdjust really knows where his or her towel is
 
Adjust's Avatar
 
Posts: 351
Karma: 70000
Join Date: Jul 2010
Location: Australia
Device: ADE, iPad
I was going to say the you image was in CMYK...But you've checked that, right?


Keep the image dimensions to 600px by 860px or try instead of 100%, 95%.

Does the epub validate?

Can you upload it here so I can see what you've done:
This is what mine looks like:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Cover</title>
		<link href="template.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
		<div id="cover">
			<div class="image">
				<img src="images/Cover.jpg" alt="Cover.jpg" height="95%" />			</div>
	</div>
	</body>
</html>
Inside the metadata:
<meta name="cover" content="my-cover-image"/>

Inside the manifest:
<item id="my-cover-image" href="images/Cover_kindle.jpg" media-type="image/jpeg"/>

Inside the spine:
<itemref idref="cover" linear="no"/>

Inside the guide:
<reference type="cover" title="my-cover-image" href="images/Cover_kindle.jpg"/>

Last edited by Adjust; 09-28-2011 at 10:11 PM.
Adjust is offline   Reply With Quote
Old 09-28-2011, 11:06 PM   #3
wannabee
Media Bloke
wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.wannabee ought to be getting tired of karma fortunes by now.
 
Posts: 2,381
Karma: 113956855
Join Date: Sep 2010
Location: NSW - Australia
Device: iOS
I've been making epubs from InDesign CS5 from a single file instead of a book and exporting a file without a cover. I then convert it in Calibre from epub to epub and add the cover during that process. No coding no hassles.
You can achieve the same thing in Sigil as well. You can insert a cover image and nominate it as a cover file.
wannabee is offline   Reply With Quote
Old 09-29-2011, 03:28 AM   #4
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Did you remember that ePUB's are case-sensitive?
Toxaris is offline   Reply With Quote
Old 09-29-2011, 04:18 PM   #5
Janephew91
Junior Member
Janephew91 began at the beginning.
 
Janephew91's Avatar
 
Posts: 8
Karma: 10
Join Date: Sep 2011
Device: none
Yes I did check that the image was not CMYK and it's not. Thank you all so much for your advice.

I had no idea that you could add a cover in Calibre and Sigli if you reconvert the EPUB.

I'm not sure what I did but I went through the validation process with EPUBcheck and fixed a couple errors that came up and now it works. So, I guess it had something to do with that.

Thank you all again!
Janephew91 is offline   Reply With Quote
Reply

Tags
ade, cover images missing, xhtml


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto-creation of cover image on .epub to .mobi conversion december Calibre 4 02-10-2012 05:31 PM
[Old Thread] epub -> mobi conversion; blank page after image joubert Calibre 10 03-07-2011 05:26 PM
My first epub: Cover is on page 2 (?) omk3 ePub 35 11-02-2010 05:44 PM
blank page for cover after converting crestfalleen Calibre 2 06-03-2010 12:08 PM
epub to pdf conversion: blank page inserted before any section Nicoo Calibre 0 12-06-2009 06:10 PM


All times are GMT -4. The time now is 04:25 AM.


MobileRead.com is a privately owned, operated and funded community.