I'm trying to place the following code in a field:
<a target="_blank"
href="https://www.keepersofthewater.ca/water-monitoring-site-uar-e3"</a><button style="background-color: #1F77B5; color: white; font-size: 18px; padding: 18px; border:none;">View Site Photos, Water Monitoring Data & Traditional Knowledge</button>
It works fine when I run it in the W3Schools validator, but when I paste it into a field in my map, I get an error. Interestingly enough, the errors vary with each attempt. Sometimes the error says the HTML is not valid, sometimes it says the operation is not supported.
I've used HTML in a field before (using an <a> element like the one in the code above, and that worked all right. But something is glitching with the <button> element or some aspect of the styling.
Can anyone help?
Thank you.