On 9/29/06, Bryan Derksen bryan.derksen@shaw.ca wrote:
That all said, I just checked the source HTML and see that references have 'class="reference"' in the <sup> tags. I suspect a very simple stylesheet change is all that's needed, not something that would trouble programmers.
A crude form would be:
.reference { display: none; }
.references { display: none; }
This isn't perfect, since it leaves a "Notes" header in place in articles that have it; but it should suffice for the people who *really* don't like footnotes.