View Single Post
Old 11-26-2013, 04:22 PM   #1
oecherprinte
Zealot
oecherprinte began at the beginning.
 
Posts: 115
Karma: 20
Join Date: Jul 2010
Device: Kindle3 3G, Kindle Paperwhite 2
Question How to insert links between articles?

Hi,

I would like to introduce links between articles of a periodical. My idea was to
introduce an anchor in front of every article title:

Code:
<a name="anchor"><\a><title>Whatever<\title>
and then introduce a linke in other articles like this:

Code:
<a href="#anchor">Link</a>
However, this approach does not seem to work when I generate a mobi output file. When I click on the link I always end up at the top of the article containing the link but not at the anchor.

To my understanding all the articles are flattened into the same mobi file. So these types of links should work right?

Are there any other ways of doing this?

Thanks,

Jens
oecherprinte is offline   Reply With Quote