Creating a ToC in a Kindle .AZW eBook that has none
My Kindle eBook has chapter headings like:
Chapter I
- AT MAYTREE COTTAGE
The equivalent HTML seems to be :
<p class="calibre_12"><font size="4"><span class="bold">Chapter I</span></font></p><p class="calibre_12">- AT MAYTREE COTTAGE</p>
How would I create a ToC like:
Chapter I - AT MAYTREE COTTAGE
using the Convert Books ToC function?
I can already create the ToC just with:
Chapter I
with the ToC function by just leaving its XPath Expressions as the default blank.
|