View Single Post
Old 11-19-2018, 03:22 PM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
BTW, if you select Create HTML Table Of Contents, Sigil will automatically add the proper semantics. If you select the HTML TOC and select Add Semantics... > Table of Contents, it'll remove the TOC semantics.

You can check the semantics in your book by looking at the <guide> section in content.opf, which should look like this:

Code:
<guide>
    <reference type="toc" title="Table of Contents" href="Text/TOC.xhtml"/>
    <reference type="text" title="Text" href="Text/chapter1.xhtml"/>
  </guide>
(Of course your file names will differ.)

Last edited by Doitsu; 11-19-2018 at 03:26 PM.
Doitsu is offline   Reply With Quote