[New Reports] HTML Reports Footnote link
Brought to you by:
canajun2eh,
yalnifj
The link to footnotes and an extra space in the span linking to the footnotes. It currently uses (note the space after the 23):
<sup><a href="#footnote23"><span class="footnotenum">23 </span></a></sup>
It should probably be simplified to:
<sup><a href="#footnote23" class="footnotenum">23</a></sup>
Even the <sup></sup> can probably be removed, and a "vertical-align: super" added to the footnotenum css class.
KJ, an excellent point, especially the suggetsion of a "vertical-align: super"
added to the footnotenum css class.
Can I recommend to our valiant developers that we try to instigate a ban on all further inline css? We have enough to clean up already without adding more.
I realise we don't operate such a controlled approach to coding, but at least a clear recommendation (and example setting) would help greatly.