How to Add a Link to TOC in Mobipocket-Built File?
Hi,
I've successfully built my image-laden Kindle project using Mobipocket Creator. The project was built from scratch using html.
A nice-to-have but not need-to-have feature would be a link on the last page that would allow the reader to easily go back to the table of contents without having to use Kindle's menu system.
I experimented by implanting the following code in my html file:
<center><a href="#toc">Table of Contents</a></center>
I used "toc" because I saw that notation in the .prc code and thought the tag might point to that. But it didn't work; the link wasn't recognized.
Any suggestions? FYI, I don't want to add html tags to manually create the entire TOC. MPC does a great job of that, and, as I say above, the extra internal link would be nice but not essential. If it cannot be done, so be it.
Bill
|