View Single Post
Old 08-02-2017, 10:30 AM   #3
canopus56
Junior Member
canopus56 began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jul 2017
Device: Andriod
Thanks for the feedback. I settled on a more restrained style for the nav bar:

.navBar{width: 80%; border-style: solid; border-width: thin; font-size: 0.9em; text-align: left;}

This is used with a nav bar after each section break:

<hr class="sigil_split_marker"/>
<p class="navBar"><a href="../Text/TOC.xhtml">Seasons</a>&nbsp;&nbsp;
<a href="../Text/TOD.xhtml">Days</a>&nbsp;&nbsp;<a href="../Text/Index.xhtml">Index</a>&nbsp;&nbsp;<a href="../Text/References.xhtml">References</a></p>

The built-in toc is fine, but it takes too long to get around a complex document with many citations and cross-references.
canopus56 is offline   Reply With Quote