View Single Post
Old 02-07-2018, 03:10 AM   #11
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Quote:
Originally Posted by Roshni Patel View Post
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;
}

Last edited by roger64; 02-07-2018 at 03:15 AM.
roger64 is offline   Reply With Quote