Quote:
Originally Posted by KevinH
Simply use the Edit TOC to remove the ones you do not want in the ToC
|
They don't show up as independent entries in the TOC. It appends both strings into the same entry.
Code:
<div class="sgc-toc-title">Table of Contents</div>
<div class="sgc-toc-level-1">
<a href="Section0001.xhtml">Chapter 1Chapter 1</a>
</div>
<div class="sgc-toc-level-1">
<a href="Section0002.xhtml">Chapter 2 Chapter 2</a>
</div>