
: 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
0 Reactions
You can use these CSS styling for links.
/* unvisited link */
a:link {
color: green;
}
/* visited link */
a:visited {
color:red;
}
/* mouse over link */
a:hover {
color: blue;
}
/* selected link */
a:active {
color: orange;
}
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Terence

: Pdf restrictions I have to sent a pdf file to a company and it should not possess restrictions of any type. However, I could not remove the "Changing the document" restriction. Could you help
0 Reactions

: Should a shorter Kindle file have faster word look up? Word look up takes a lot of my time (because I use Kindle to learn to read foreign languages). Various things seem to affect the speed
0 Reactions