My TOC is in my xml file as follows:
<li><a href="#prologue">Prologue</a>
<li><a href="#chapter1">Chapter 1</a>
<li><a href="#chapter2">Chapter 2</a>
Called to:
<span id="prologue"><p class = "chapter">Prologue</p></span>
<span id="chapter1"><p class = "chapter">Chapter 1</p></span>
<span id="chapter2"><p class = "chapter">Chapter 2</p></span>
This is what's in my 'chapter' parameters:
p.chapter
{
page-break-before: always;
margin-top:1em;
margin-bottom:1em;
text-indent: 0em;
text-align: center;
font-weight: bold;
font-size: 1.5em;
}
I don't have a .nxc file. the .opf file is attached
Please do keep in mind that this is my first ebook ever, so if there's something that i'm majorly missing, please let me know.
I've also tried the "Force use of auto-generated Table of Contents" option in Calibre .... but that didn't help either.
Thanks.
|