Hi Don,
in some scenario a user can decide to display multiple blog entries without truncation and "Read more..." link in the blog view. This causes all the entries along with their respective footnotes to render on one only page. When the reader clicks a footnote link, the javascript code retrieves just the first footnote added with that tag. For example: I have two entries with a footnote each, both tagged as [mp1]. When I hit the second footnote I face again the footnote belonging to the previous entry. An example can be found in my ppersonal blog at http://www.dariorossa.it/Blog/tabid/55/BlogId/1/Default.aspx. Is there already any way to avoid this?
I could just try to remember what number did I give to my last footnote and add a differetnt one, but this would be clumsy. Couldn't it be automatically handled by the metaPost code remembering my last footnote number? Or maybe it would be easier adding the entryID as a trailing number such as [mp1] becoming [mp156], [mp2] becoming [mp256] so that there won't be footnote number overlapping anymore?
Best regards,
Dario Rossa