View Single Post
Old 02-07-2022, 02:57 AM   #6
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,615
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by Tex2002ans View Post
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>
Karellen is offline   Reply With Quote