One of the user is adding footnotes on a phrase that is underlined so the footnote marker is underlined as well. How can I remove the underline from footnote marker?
Forum › How do I...?
remove underline under footer marker
The underlining in your example is caused by the <u> element. If you want the underlining to end earlier, you should end the element earlier. For example, like this:
<p class="paragraphblock">This footnote is anchored to an <u>underlined <span data-footnote="f-KXeufYHTYfLX1eFn">word</span></u><span class="fn2"><span>This is a underline test</span></span></p>
Edited by howcome