Anchor management into email
Hi,
We are currently working on improving the web accessibility of emails created in Eloqua, due to Legge Stanca Law and the European Accessibility Act (EAA).
One of the requirements for accessibility compliance is to define Anchor inside email that lead user from a section of the email to another section (es. footer with product information).
We are testing some configuration with custom html using as a starting point:
<h2>We are always at your side <a href="#arrivo" style="text-decoration: none" >* </a> </h2>
and this string as a point of arrival:
<p> <a name="arrivo" style="text-decoration: none"> * </a> Constraints </p>
Tagged:
0