I need to have two different types of footnote references on the same HTML text, one with numbers (1,2,3...), the other with letters (a,b,c...).
Ideally, I would have a paragraph in the left column of a two-column table -- this is the main paragraph, i.e. the master text. The right column would contain numbered footnotes to certain words of the paragraph in the left column. Just below this, I would have a unified row (with one column) containing a,b,c footnotes to certain words in the main paragraph above.
Is this even possible in HTML? How to implement this?
In case HTML cannot support this, what alternatives do you suggest?
Thanks