Search Results

2
votes

How to use HTML anchors as a table of contents in email?

Try adding the 'name' attribute to the anchor as well as the 'id'. <a id="FUNDING" name="FUNDING"> …