I'm running Drupal 6.2.4 with Topnotch Theme Marketshare6 6.x-1.2.
Within a node body I have:
.....refreshes us. We do know, however, that sleep disruption causes serious problems with daytime functioning.<fn>reftext</fn>
Some consequences of too little sleep:
These consequences......
What I get is:
.....refreshes us. We do know, however, that sleep disruption causes serious problems with daytime functioning.reftext
Some consequences of too little sleep:
These consequences can include increased risk of.....
I am using filtered HTML and have enabled footnotes there. I have not found any other requirements in the documentation for the module or in the posts. I'm no wiz at this stuff, but I have muddled through getting the site up so far. What have i Missed?
Comments
Comment #1
hingo commentedIn the Filtered HTML you need to make sure that Footnotes filter runs early, and the HTML Filter runs later. I bet they are the other way round now?
Comment #2
montyh53201 commentedThanks, hingo, that solved my problem. Case closed.
Comment #3
robin_b commentedI had the same issue. Indeed, you have to rearrange the input filters.
1) site configuration > input formats > (select format) > click "rearrange them" hidden in the introtext.
2) alter the order, make sure footer is on top of html-filter.
Comment #4
rooby commentedThis has been answered. Marking fixed.