Quote:
Originally Posted by GRiker
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