View Single Post
Old 04-02-2012, 10:39 AM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,548
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
It sounds like you're doing everything except indentifying your Linked HTML TOC in the guide section of the opf file.
Code:
<guide>
    <reference href="Text/your_html_file.html#anchor_name" title="Table of Contents" type="toc" />
    .
    .
    .
</guide>
If the Linked HTML TOC is self-contained in its own HTML file, you won't need the url fragment (#anchor_name). Something like:
Code:
<reference href="Text/your_html_TOC.html" title="Table of Contents" type="toc" />
DiapDealer is online now   Reply With Quote