I am working on creating a basic HTML page using a free web template I found online. In the "contact" section, I want to configure it so that
<a href= "mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="92fff7d2f5fff3fbfebcf1fdff">[email protected]</a>"> Myself </a>
allows visitors to email me directly from the page. However, when I click on the link, nothing happens - no email program opens or any other action takes place. Is it possible that my use of a free web template with its own CSS file is causing this issue? Even though setting up an email link seems straightforward, for some reason, clicking it does not lead to any email functionality.