View Single Post
Old 03-30-2011, 10:37 AM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,098
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by cybmole View Post
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}
theducks is offline   Reply With Quote