
: Re: How can I highlight visited anchors in an epub? Suppose I insert the following anchor in an epub... <span id="horse"></span>The first horses in America . . . Then I insert a link
You can use a couple CSS selectors to style links.
a:link will select and style all unvisited links, while a:visited, surprisingly enough, will do the same with visited ones.
Examples:
a:link {
text-decoration: underline;
}
a:visited {
background-color: grey;
}
Remember that epub files are often read on B&W e-ink devices, so you should consider this if you want to differentiate links by using colors; the result might not be as expected.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Jamie

: How to change text alignment with Calibre book editor I have a book in .epub format (I will be converting it into .mobi after), and I need to change the text alignment to left everywhere.

: How can I read my epub books on the kobo app on my computer? I have an e-reader (Kobo Touch) where I have downloaded my ebooks in epub format. How can I read those books on the Kobo desktop