hi,
Is it possible to get superscript for the footnote number in the footnote section?
Thanks
Is it possible to get superscript for the footnote number in the footnote section?
Thanks
span.fn::footnote-marker { vertical-align: super }
span.fn::footnote-marker {
content: counter(footnote);
vertical-align: super;
padding-right: 8mm
}