Quote:
Originally Posted by DiapDealer
Sigil's default, empty Epub3 should show you how to style a NAV document (required by epub3 and also required by spec to be a list), so that the numbers are hidden.
Using "list-style-type: none" is the proper way to do it. There's no reason that it would have to hide the numbers in every ordered list throughout your entire book. That's why Sigil's default is to create a sgc-nav.css file that is only linked to the NAV and not all xhtml files.
You could also inline "list-style-type: none" in the header of the NAV to limit its influence.
|
The epubs generated by Pages’ converter don’t contain sgc-nav.css, they only contain one css and all files in it are linked with it. I guess this is not exactly correct. But I guess I can put that ol code in the Toc header.
Thanks a lot!