Quote:
Originally Posted by cybmole
it has been discussed in other threads & you will gain a lot from a forum search to avaoid repetition.,
what is the big deal with not having 365 files. that's under the bonnet & invisible to end user?
anyway, you should be able to achieve it within one file by ensuring each new day begins with a <h2> tagged line.
sigil will build a TOC from that, & once converted to MObi, Kindle will give you 5 way navigation
if you put only blanks in the <h2> tags then you avoid visible titles but should still have the ability to JUMP
|
and if you add class to the H2

you can avoid using up space
Code:
<h2 class="invisi"> </h2>
CSS code
Code:
h2.invisi {line-height: 1pt; margin: 0}