View Single Post
Old 02-15-2025, 07:39 AM   #2
mcdummy
Connoisseur
mcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the roughmcdummy is a jewel in the rough
 
mcdummy's Avatar
 
Posts: 73
Karma: 7130
Join Date: Apr 2015
Device: PRS-T3
Just played a bit, and this also seems to work

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>

<p>Here’s a first footnote<a class="sdfootnoteanc" name="sdfootnote1anc" href="#sdfootnote1sym">1</a>. Here’s another footnote.<a class="sdfootnoteanc" name="sdfootnote2anc" href="#sdfootnote2sym">2</a></p>

<div id="sdfootnote1">
<p class="sdfootnote"><a class="sdfootnotesym" name="sdfootnote1sym" href="#sdfootnote1anc">1</a>Footnote 1.</p>
</div>

<div id="sdfootnote2">
<p class="sdfootnote"><a class="sdfootnotesym" name="sdfootnote2sym" href="#sdfootnote2anc">2</a>Footnote 2.</p>
</div>

</body>
</html>

LibreOffice seems to require to use these classes and id-formatting.

Last edited by mcdummy; 02-26-2025 at 08:09 AM.
mcdummy is offline   Reply With Quote