
: Re: Does .epub support inline links? I want to better understand what options the .epub format have to provide more dynamic experiences than just reading a text linearly. Is there a way to have
Yes, you can do that, .epub books are basically made of HTML and CSS, so if you have knowledge of these languages, in theory you can manually build an .epub from scratch (but the norm is to use specific GUI editors, that help you with this and many other tasks).
Anyway, like I said, it is just HTML, so you just need to set ID's and anchors:
Example
First, create a bookmark with the id attribute:
<h2 id="C4">Chapter 4</h2>
Then, add a link to the bookmark ("Jump to Chapter 4"), from within the same page:
<a href="#C4">Jump to Chapter 4</a>
Or, add a link to the bookmark ("Jump to Chapter 4"), from another page:
<a href="html_demo.html#C4">Jump to Chapter 4</a>
Source: HTML Links from W3 Schools
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Steve

: Tolino is an european brand of e-readers produced in Germany. Use this tag for question specific to the Tolino line of readers.