Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 05-18-2009, 10:51 AM   #1
S3NTYN3L
Junior Member
S3NTYN3L began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2009
Location: Blito-P3
Device: KT v5.6.0.1
Issue with Cover and TOC?

I'm using MobiCreator (publisher ed. 4.2 b41) to make eBooks.

When I have a Cover image and a TOC, the eBook opens to the Cover page on my desktop reader but opens to the TOC on my MobiPocket Reader on my Blackberry.

Can someone please explain the reason why and, if possible, instruct me in correcting the problem?


S3NTYN3L is offline   Reply With Quote
Old 05-22-2009, 10:34 AM   #2
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
Just like on BB, mobipocket reader on iLiad will automatically ignoe cover image, too. In order to make the reader dispaly cover image, I don't add a cover image in mobi-creator. Instead, I create a cover html file to include a cover image file and add the html file as the first file in the project. Here is some example:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>The Count of Monte Cristo</TITLE>
<META http-equiv=Content-Type content="text/html; charset="iso-8859-1">
<META content="Dan Brown" name=author encoding="iso-8859-1"><!-- iText 2.1.3 (by lowagie.com) --><!-- CreationDate: Thu May 07 17:40:41 CST 2009 -->
</HEAD>
<BODY topmargin="2em" leftmargin="2em" bottommargin="2em" rightmargin="2em">
<IMG height="935" width="768" src="cover.png" align="center">
</BODY></HTML>
You can also edit the first html file in your ebook project and insert a <img> tag right after <body> tag.
ericshliao is offline   Reply With Quote
Advert
Old 05-22-2009, 10:56 AM   #3
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
At one time the MOBI format did not have a cover page, and so the cover image was always the first thing in the body of the ebook. Now MOBI has a separate cover page guide item and many ebooks use it without the embedded cover page. Most versions of the MOBI Reader don't come up on the (guide item) cover page, and some Readers can't display it at all - others (e.g. the Kindle) can only select it from the menu. So I second ericshliao's suggestion to include the cover image in the body of the ebook in addition to as a cover page guide item. The downside of this is that the image will be shown twice in those Reader's that start on the cover page. I have seen some ebooks that use a smaller version of the image in the body of the ebook, and this is an acceptable compromise.

Last edited by wallcraft; 05-22-2009 at 10:58 AM.
wallcraft is offline   Reply With Quote
Old 05-22-2009, 11:35 AM   #4
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
In addition to what's been said above, it's a good idea to have a "Start Reading" Guide Item. Some implementations of the Mobi Reader (eg the Kindle) will automatically open the book at this position.

Place an anchor tag in the HTML at the point that you want it to open at:

<A name=start_reading></A>

Then, in the "Guide Items" section of the OPF file, define an item:

<guide>
<reference type="other.ms-firstpage" title="Start Reading" href="book.html%23start_reading"></reference>
</guide>

The book will (depending on the reader) now automatically open at the position of the "start_reading" tag when it's first opened, and you can return to that point using the "Start Reading" item on the navigation menu.
HarryT is offline   Reply With Quote
Old 07-12-2009, 11:15 PM   #5
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
Harry,
I've been trying to implement your suggestions for forcing the cover to be the 1st page of a mobi file opened by my bebook, but I'm having some trouble. I think I understand the first suggestion: add the aname code into the beginning of my ebook html file. Then use this html file to build the prc file.

The second one though, I don't follow:
add the following <reference type="other.ms-firstpage" title="Start Reading" href="book.html%23start_reading"> to the opf file.

How do I do this? - a new opf file is created when I build a prc from the html. Thus if I use notebook to add this line in the guide section of a previously created opf, the opf will be over-written as soon as I create a new prc file and will not have the proper reference codes

Whatever I do, it seems like the first page opened is the TOC, not the cover.
Bob
bobcdy is offline   Reply With Quote
Advert
Old 07-13-2009, 03:57 AM   #6
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Are you using the "Create a new book from an HTML file" option in Mobi Creator? If so, don't do that. Simply copy an existing OPF file and double click it in Windows Explorer. It will open in Mobi Creator, and you can use the various "tabs" of Mobi Creator to edit it.
HarryT is offline   Reply With Quote
Old 07-13-2009, 07:26 AM   #7
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,233
Karma: 11768331
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
I've imported PDF and HTML files, and I can use the different tags for guide, no problem with it.
Terisa de morgan is offline   Reply With Quote
Old 07-13-2009, 02:54 PM   #8
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
Harry, Teresa,
Thanks for the input, but I must be particularly dense today. I double click on a opf and use the tabs on the left side of mobicreator to add cover, toc. etc. This seems to work as long as I've copied the ebook.html file and images to the previously created subdirectory that creator will use.

I've added the 'aname' code at the beginning of the ebook html file. But if I add the required start code to the opf as Harry suggests, using notepad to edit the opf file, it is overwritten when I build a prc with creator. The opf file is always overwritten upon the build (as far as I can tell from experiments with editing it and clicking on build). And then the newly created prc file always opens with TOC rather than cover.

What I need is a way to add the start item text to the opf using creator, not notepad, but I don't see any way of editing the opf file with that program.

How can I edit the opf file in a way that will affect the prc build?
Bob
bobcdy is offline   Reply With Quote
Old 07-13-2009, 03:10 PM   #9
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
Harry, Terisa,
Apparently I wasn't paying attention and was misled by my results. I used the guide tab and saw that the start text was where I had added it to the opf (at the start of the <guide> section, before the toc text); also had added the 'aname' text immediately after the <body> of my ebook. Unfortunately, with all this, the toc keeps coming up as the first page, both in mobireader and on my bebook with Lbook firmware rather than the cover page.

I must be doing something incorrectly, so I'll work a bit more on the problem.
Bob
bobcdy is offline   Reply With Quote
Old 07-13-2009, 04:08 PM   #10
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by bobcdy View Post
Harry, Terisa,
Apparently I wasn't paying attention and was misled by my results. I used the guide tab and saw that the start text was where I had added it to the opf (at the start of the <guide> section, before the toc text); also had added the 'aname' text immediately after the <body> of my ebook. Unfortunately, with all this, the toc keeps coming up as the first page, both in mobireader and on my bebook with Lbook firmware rather than the cover page.

I must be doing something incorrectly, so I'll work a bit more on the problem.
Bob
Are you sure it is the first page or is the reader just starting with page 2. Mobi Readers often skip the cover page when starting up. Try hitting the previous button.
DaleDe is offline   Reply With Quote
Old 07-13-2009, 04:36 PM   #11
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
Dale,
The cover page is pg 0 with my pc mobireader, and the toc is pg 1. Maybe the problem is how to assign page 1 to the cover page or page 2 to the toc because as it is, the ebook always seems to open to page 1, regardless of whether it's my pc mobireader or my bebook. Everything looks ok as far as the guides, etc. I also tried putting 'aname' in different locations such as immediately after the <html> in the ebook html file but that did not help. Yet most ebooks that I download from MobileRead start at the cover page.
Bob
bobcdy is offline   Reply With Quote
Old 07-13-2009, 06:20 PM   #12
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by bobcdy View Post
Dale,
The cover page is pg 0 with my pc mobireader, and the toc is pg 1. Maybe the problem is how to assign page 1 to the cover page or page 2 to the toc because as it is, the ebook always seems to open to page 1, regardless of whether it's my pc mobireader or my bebook. Everything looks ok as far as the guides, etc. I also tried putting 'aname' in different locations such as immediately after the <html> in the ebook html file but that did not help. Yet most ebooks that I download from MobileRead start at the cover page.
Bob
Well, try erasing the MBP file and see if it opens the cover page first this time. For me, generally they open the cover page the first time but not thereafter.

Dale
DaleDe is offline   Reply With Quote
Old 07-13-2009, 07:08 PM   #13
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
Dale,
That took care of the problem, but only for the first time opening. A new mbp file will be created when I open my file again; also happened with another downloaded file - saw the cover on first opening, then not until I deleted the mbp. Is there any way to prevent creation of a new mbp, otherwise the cover does not really function as a cover - I never seen a paper book cover disappear after I start reading the book!

Thanks for the info, at least I won't worry so much now but I think there must be something wrong with the mobicreator/reader's authors who allow such a strange behavior.
Bob
bobcdy is offline   Reply With Quote
Old 07-13-2009, 07:25 PM   #14
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by bobcdy View Post
Dale,
That took care of the problem, but only for the first time opening. A new mbp file will be created when I open my file again; also happened with another downloaded file - saw the cover on first opening, then not until I deleted the mbp. Is there any way to prevent creation of a new mbp, otherwise the cover does not really function as a cover - I never seen a paper book cover disappear after I start reading the book!

Thanks for the info, at least I won't worry so much now but I think there must be something wrong with the mobicreator/reader's authors who allow such a strange behavior.
Bob
There is a jump in the menu to return to the cover. The cover is mainly used to show in the Library manager, not the book. You go through the cover but after that you want to return to the page where you left off so that is the way it is designed, for reading, not for looking.

Dale
DaleDe is offline   Reply With Quote
Old 07-13-2009, 08:05 PM   #15
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
Dale,
That makes sense; thanks for taking the time and effort to help. Likewise for HarryT and Terisa.
Bob
bobcdy is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Epub output - cover art issue marie44 Calibre 4 09-27-2011 02:36 PM
Book cover issue alexhunter27 Sigil 3 10-01-2010 02:37 AM
ToC generation issue tecgeo Calibre 6 09-21-2010 08:44 PM
Cover art sizing issue.... any help appreciated! centhena Sigil 1 07-06-2010 02:59 AM
Epub cover image issue vipinpa ePub 18 05-25-2010 12:28 AM


All times are GMT -4. The time now is 06:33 PM.


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