View Single Post
Old 03-28-2025, 09:42 PM   #2
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,356
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
If you are using Sigil's auto ToC generator it should automatically create those indents/expansions.
Just use Tools/Table of Contents/Generate Table of Contents (Ctrl-T) and it will automagically create the ToC which you can then edit as needed.
It basis that creation on your proper use of heading tags <h1-6> to denote the hierarchy within the document.

for example:
Code:
<h3>THE OLD TESTAMENT</h3>
<h4>GENESIS</h4>
<h5>Chapter 1</h5>
<h5>Chapter 2</h5>
...
<h4>EXODUS</h4>
<h5>Chapter 1</h5>
<h5>Chapter 2</h5>
...
<h4>LEVITICUS</h4>
<h5>Chapter 1</h5>
<h5>Chapter 2</h5>
...

<h3>THE NEW TESTAMENT</h3>
<h4>MATTHEW</h4>
<h5>Chapter 1</h5>
<h5>Chapter 2</h5>
...
<h4>MARK</h4>
<h5>Chapter 1</h5>
<h5>Chapter 2</h5>
...
<h4>LUKE</h4>
<h5>Chapter 1</h5>
<h5>Chapter 2</h5>
...
Turtle91 is offline   Reply With Quote