Quote:
Originally Posted by Roshni Patel
For Backlinks do you mean to say after footnotes are ready for publish?
|
If you ask me (unsure), yes the above code is the one you'll find in the xhtml files of the Epub3.
Some corresponding code must be inserted in the CSS sheet to make it work.
YMMV, I use this because I like all the anchors to use the same "normal" style (not slanted):
Code:
a:link {
color: green;
background-color: transparent;
text-decoration: none;
}
p.note {
margin-top: 10px;
font-size: 0.9em;
}
.noteanchor {
margin-left: 5px;
font-weight: normal;
font-style: normal;
font-size: smaller;
vertical-align: text-top;
color: green;
}
.noteSymbol {
font-size: 130%;
font-weight: normal;
}