Sigil Nav.xhtml Line Break Issue
In my ebook nav.xhtml, below is the code I'm dealing with. I would like to have a blank space between the Preface and Part One of the book. However, any code I try to add to create a blank space or line (such as <br/>)does not work. I keep getting a parsing error. Should I pursue creating a different line class in my style sheet? Can anyone help? Thanks, Dave
<h1>CONTENTS</h1>
<ol>
<li>
<a href="../Text/Section0008.xhtml#preface">Preface (Adam Davis)</a>
</li>
<li>
<a href="../Text/Section0009.xhtml#one_part">ONE: BEYOND THE IMAGE</a>
</li>
Last edited by Dave_M; 10-24-2017 at 05:06 PM.
Reason: clarity
|