Quote:
Originally Posted by oren64
I have a problem with the TOC, in the book there are two parts, after I generate TOC, the chapters 1-4 in part 2 are open in the location of part 1.
How can I solve this problem?
|
You must use new (unique) id for parts.
in part 2 change to:
Code:
<h3 id="second-i">I</h3>
etc.
Quote:
Also is there a way to split the html by chapter?
|
Sure.
Replace in file 1_text.html (set "Current File" in Find/Replace window):
to:
Code:
<hr class="sigil_split_marker" /><h2
And press F6 (Split at Markers).