bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

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


Load Full (0)

Login to follow story

More posts by @Steve

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top