View Single Post
Old 08-10-2009, 08:12 AM   #18
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Quote:
Originally Posted by GRiker View Post
Actually, I think HarryT's correct. If you add a line like this in the <guide> section of your OPF:
<reference type="toc" title="Table of Contents" href="<name of your TOC HTML file>" />
it will be written in MOBI-compliant format. At least it works on my Kindle.

G
Thanks for your response.

I looked in the OPF file and all I could find for guide was <guide />

On the basis of HTML markup and the rest of the OPF file I have added
<guide>
<reference type="toc" title="Table of Contents" href="#TOC" />
</guide>
where the markup in the book I am working on is <div id="TOC">

Does this make sense?

Now that I've made the changes in the OPF file what do I do with it? What's the next step?

Regards, Alex
AlexBell is offline   Reply With Quote