View Single Post
Old 04-06-2012, 12:29 PM   #4
GreenE
Junior Member
GreenE began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Mar 2012
Device: Kindle Fire
Not showing up

Quote:
Originally Posted by Doitsu View Post
AFAIK, the Index feature is only available if the book publisher added an Index guide item (and the corresponding content) to a .mobi book. I.e., you'll have to create an index .html page and add a reference to it in the guide section of the .opf file. For example:
PHP Code:
<guide>
    <!-- 
more guide items-->
    <
reference type="index" title="Index" href="Index.xhtml"/>
    <!-- 
more guide items-->
</
guide
I tried that, but when I convert it to Kindle, it doesn't show up as an option when I select the "menu" button. Does anyone know if this something that must be done in the native Kindle files?
GreenE is offline   Reply With Quote