View Single Post
Old 12-03-2009, 05:05 PM   #1
JBNY
Member
JBNY began at the beginning.
 
Posts: 21
Karma: 12
Join Date: Mar 2009
Device: Kindel, iPad
pulling embedded TOC from HTML

I have been using mobipocket creator to make ebooks for my kindle for a while. I have stared to try and use Calibre to covert my marked up HTML into mobi format. Does anyone know how to get Calibre to include things like start reading and TOC tags?

For example I already have a TOC in my html at the end of the file, it looks just like
Code:
<mbp:pagebreak/>
<A name=toc><P id=toc align=center height=30><B>Table of Contents</B></P></A>
<P align=30> </P>
<P width="-30" class="left"><A href="#chap_511">CHAPTER ONE</A></P>
<P width="-30" class="left"><A href="#chap_512">CHAPTER TWO</A></P>
<P width="-30" class="left"><A href="#chap_513">CHAPTER THREE</A></P>
<P width="-30" class="left"><A href="#chap_514">CHAPTER FIVE</A></P>
<P width="-30" class="left"><A href="#chap_515">CHAPTER SIX</A></P>
<P width="-30" class="left"><A href="#chap_516">CHAPTER SEVEN</A></P>
<P width="-30" class="left"><A href="#chap_517">CHAPTER EIGHT</A></P>
<P width="-30" class="left"><A href="#chap_518">CHAPTER NINE</A></P>
<P width="-30" class="left"><A href="#chap_519">CHAPTER TEN</A></P>
<P width="-30" class="left"><A href="#chap_5110">CHAPTER ELEVEN</A></P>
<P width="-30" class="left"><A href="#chap_5111">CHAPTER TWELVE</A></P>
<P width="-30" class="left"><A href="#chap_5112">CHAPTER THIRTEEN</A></P>
<P width="-30" class="left"><A href="#chap_5113">CHAPTER FOURTEEN</A></P>
How do I get Calibre to use the embedded TOC?

Thanks
-Joe
JBNY is offline   Reply With Quote