| 
			
			 | 
		#1 | 
| 
			
			
			
			 mostly an observer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,519 
				Karma: 996810 
				Join Date: Dec 2012 
				
				
				
				Device: Kindle 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Start location
			 
			
			
			As I understand it, one uses the "text" semantic to identify the start location in Sigil. This no longer seems to work when the epub is converted to a mobi file for sale on Amazon.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Personally, I would like my books to open at the cover, but if there is an included cover in the epub, then I assume it should be labeled "cover". Second choice would be the title page. I have tried that, and I have also tried inserting a page of reader/reviewer praise and labeling that "text", with no luck. The books now seem to open almost as random--at the cover, at the TOC, at chapter one, or often enough in the middle of a page. The old id="start" seems to have stopped working some time ago. Should I be working in the manifest rather than with the semantics tool? I am most concerned with the book's appearance on the Kindle platform, because that's where three-quarters of my sales are.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#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 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I also prefer the reader to open at the cover...that IS the beginning of the book. If the human doing the reading wants to jump somewhere else they can use the TOC.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	But, you may get better answers on why mobi isn't working if you post in the mobi forum. They could probably explain what needs to be set semantics-wise (in any program) to get it to work properly.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,877 
				Karma: 8821117 
				Join Date: Mar 2013 
				Location: Rosario - Santa Fe - Argentina 
				
				
				Device: Kindle 4 NT 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 https://www.mobileread.com/forums/sho...d.php?t=191387 https://www.mobileread.com/forums/sho...d.php?t=212660  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 mostly an observer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,519 
				Karma: 996810 
				Join Date: Dec 2012 
				
				
				
				Device: Kindle 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks for the pointers! I will put on my thinking cap and sit down with them.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 eBook FANatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 18,301 
				Karma: 16078357 
				Join Date: Apr 2008 
				Location: Alabama, USA 
				
				
				Device: HP ipac RX5915 Wife's Kindle 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Mark the desired stating point as "Text" with semantics. It will show as the following in the OPF guide: 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Code: 
	  <guide>
    <reference href="Text/An%20Amateur%20Fireman.htm" title="Cover" type="cover" />
    <reference href="Text/An%20Amateur%20Fireman_0001.htm" title="Title Page" type="title-page" />
    <reference href="Text/An%20Amateur%20Fireman_0002.htm" title="Table Of Contents" type="toc" />
    <reference href="Text/An%20Amateur%20Fireman_0003.htm" title="List Of Illustrations" type="loi" />
    <reference href="Text/An%20Amateur%20Fireman_0004.htm" title="Text" type="text" />
  </guide>
Code: 
	  <guide>
    <reference href="Text/An%20Amateur%20Fireman.htm" title="Cover" type="cover" />
    <reference href="Text/An%20Amateur%20Fireman_0001.htm" title="Title Page" type="title-page" />
    <reference href="Text/An%20Amateur%20Fireman_0002.htm" title="Table Of Contents" type="toc" />
    <reference href="Text/An%20Amateur%20Fireman_0003.htm" title="List Of Illustrations" type="loi" />
    <reference href="Text/An%20Amateur%20Fireman_0004.htm" title="Start Reading" type="start" />
  </guide>
Last edited by crutledge; 06-18-2013 at 10:51 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#6 | |
| 
			
			
			
			 mostly an observer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,519 
				Karma: 996810 
				Join Date: Dec 2012 
				
				
				
				Device: Kindle 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Does the error appear only in Flight Crew, or also in epubcheck (which would rule out Apple, I believe)? Thanks - NJ  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | |
| 
			
			
			
			 eBook FANatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 18,301 
				Karma: 16078357 
				Join Date: Apr 2008 
				Location: Alabama, USA 
				
				
				Device: HP ipac RX5915 Wife's Kindle 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 NOTE: It passes Kindlepreviewer with no errors. Last edited by crutledge; 06-18-2013 at 08:10 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 mostly an observer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,519 
				Karma: 996810 
				Join Date: Dec 2012 
				
				
				
				Device: Kindle 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks - NJ
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| ebook start reading location | cyberbaffled | Amazon Kindle | 22 | 09-18-2012 05:23 PM | 
| HTML to MOBI. How to create book "start" location? | tehmac | Conversion | 4 | 08-21-2012 09:21 PM | 
| Kindle : go to beginning and default start location issues. | aschofield | Devices | 10 | 07-01-2012 03:10 PM | 
| Calibre wont start (first time start up) | Mike Railton | Devices | 15 | 05-25-2012 03:14 AM | 
| Start Location | djulian | Workshop | 9 | 04-04-2012 05:13 PM |