Quote:
Originally Posted by theducks
I suspect the CSS Styles for that file (I am avoiding using the word PAGE) are messed up (maybe a negative margin?).
|
Bingo.
Quote:
Originally Posted by theducks
Did you GENERATE that HTML TOC with Sigil?
I don't think so because of the line (type) numbering.
|
Unless it's a nav document in an epub3. And even then, the default behavior of the stock nav css in Sigil is to suppress the numbering of lists in the nav document. Which is exactly what I'd do here with something like:
Code:
ol {
list-style-type: none;
}
Seems kind of silly to have "11. Chapter Eleven" to me anyway.