Quote:
Originally Posted by Tex2002ans
Method 1. Like DNSB said, using title="" is how you manually override what appears in Sigil's TOC generator:
Code:
<h1 title="1. The Beginning">Chapter 1: The Beginning</h1>
|
I have tried to use this in Calibre editor for epub v2 and it does not work for me. Is this a Sigil only function and not standard html/css, or maybe epub v3 only?
I currently use the following, but thought the above might be simpler, if I could get it to work.
Code:
<p class="chapterh3">Chapter 1</p>
<h3><span class="hide">1 - </span>The Casimir Engine</h3>