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