Quote:
Originally Posted by mdpeterson42
<a name="TCOOS"> <p class="subtitle">THE COLOUR OUT OF SPACE</P>
In calibre, it changed that to:
<a id="TCOOS"> <p class="subtitle" id="calibre_toc_16">THE COLOUR OUT OF SPACE</p>
|
The <a> tag is missing the closing </a> tag. It also needs to be inside <p></p> or another block level tag.
Try this:
<p class="subtitle" id="calibre_toc_16"><a id="TCOOS"></a>THE COLOUR OUT OF SPACE</p>