Thread: #links in epub
View Single Post
Old 02-13-2011, 11:08 AM   #1
tzunder
Junior Member
tzunder began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2011
Device: Kindle
#links in epub

Sorry if it has been asked before but I googled it and didn't find a good answer.

In basic html you can link inside a document using the name attribute:

Quote:
Code:
Example

A named anchor inside an HTML document:
<a name="tips">Useful Tips Section</a>

Create a link to the "Useful Tips Section" inside the same document:
<a href="#tips">Visit the Useful Tips Section</a>

Or, create a link to the "Useful Tips Section" from another page:
<a href="http://www.w3schools.com/html_links.htm#tips">
Visit the Useful Tips Section</a>
Does this work in epubs and do ereaders support it?
tzunder is offline   Reply With Quote