Quote:
Originally Posted by citac
Yes, I've come to the realization that Calibre simply isn't for me. I understand now why it does things the way it does, but I dislike it. Maybe some time in the future I'll reinstall it but use it just for conversion purposes on occasion.
That's what I discovered as I spent more time with it. I used to have a bunch of smaller files which I would go through, then go to the next file in the folder and so on. This one was larger, and the first time I realized I would have to use some sort of navigation structure within the file. If I remember correctly, I've got h1 for the title, h2 for the chapters, h3 for sections, and an occasional h4 for subsections. I tried to keep it as simple as possible.
What are #start, #onethird, #twothirds??
|
Anchor points
<a href="chapter1.html#start" ...
<a href="chapter1#onethird" ...
<a href="chapter1#twothirds" ...
see
http://www.w3.org/TR/1999/REC-html40...ks.html#h-12.2
Note the use of the hash mark to take you to section 12.2