View Single Post
Old 02-04-2018, 11:13 AM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Best to keep the code very simple.

This would go in your text:

Code:
<p>This is an example sentence.<a href="#fn1" id="ft1">[1]</a></p>
And this would go at the bottom of your file:

Code:
<p><a href="#ft1" id="fn1">[1]</a> This is a footnote.</p>
Quote:
Originally Posted by Notjohn View Post
I also get rid of the superscript, instead enclosing the number in square brackets for visibility.
Using brackets instead of superscript is a good recommendation. It also makes it much easier to click, and it is better for Accessibility reasons (poor eyesight).
Tex2002ans is offline   Reply With Quote