Links - Correct Results
Email link defects are easy to overlook. From the web page, the email address may look valid.
This is what shows up on the webpage
Behind the link in the HTML code you would see this…
<a href="mailto:info@gregpaskal.com">greg@gregpaskal.com</a>
It would be easy to assume that the link the user sees on the webpage is the same link that is used in the email client. This is not necessarily the case. Always click email links and verify they are the same on the webpage and email client.
|