I'm making an epub3 in Sigil. It is a continuous text so has nothing to put in a Table of Contents. But Sigil puts a Table of Contents at the back with the single entry 'Start', which links back to the beginning.
Can I get rid of this as it seems a bit silly? I guess I could have:
Quote:
nav#toc {
display:none;
}
|
in the sgc-nav.css file, but is this good practice, will it interfere with the use of the epub?
Appreciate any advice people have.