We have encountered a problem:
Our email has the sequence:
<a
<div
text
</div>
</a>
designed to create a button that is selectable over it's entire area, not just the enclosed text.
Preview creates an email that works as designed, but when the email is sent to our list, Constant Contact generates a </a> before the <div which deactivates the link for the whole button. The second </a> that is actually coded in the email is unmatched by a <a, and therefore is ignored when the html is interpreted. If you want to call to get proof of this occurrence or ask more questions, feel free (after 12:00 please) at , or email me back at
The email itself works. The preview email you send to us works. Also, your editor and preview detect no errors. This only occurs in the live email. We use Spamarrest, so the email gets detained on their website, allowing us to use "Develop:Show Page Source" to inspect the email. This is how we discovered the extraneous </a> tag.
... View more