Quote:
Originally Posted by Tex2002ans
If it's Footnotes, then it's better to use the basic bracketed form [##] instead:
Code:
<p>This is an example.<a href="#fn1" id="ft1">[1]</a></p>
[...]
<p class="footnote"><a href="#ft1" id="fn1">[1]</a> This is the footnote.</p>
Easier to click, easier to read.
|
That's my preferred method for footnotes.