View Single Post
Old 09-09-2012, 01:04 PM   #3
Skeezix
Enthusiast
Skeezix began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Jun 2011
Device: Kindle
Here's how I do it:

When converting to MOBI, make sure you have "debug" turned on. After the conversion, go to the "processed" folder in wherever you put the debug output. Edit the content.opf in there and add this line to the <guide> section:

Code:
<reference href="mybook.html#start" type="start" title="Startup Page"/>
(Obviously, substitute your HTML file and anchor in there.)

Then, zip all the content in that processed folder and add the zip to Calibre. Convert that zip to a MOBI and it will retain your start page.
Skeezix is offline   Reply With Quote