links in buttons within html email doent redirect -
the links in email buttons don't redirect user when clicked on, simple redirect shown in code snippet below has no effect when clicked.(tested in hotmail, gmail, yahoo mail far). suggestions?
<p > if feel email account has been compromised please take appropriate steps secure account.<br /> please click button below can remove registration request.<br /> <table cellspacing="10" cellpadding="0"> <tr> <td align="center" width="240 " height="36" bgcolor="#0478db" style="margin-left:15px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color :ghostwhite !important; display: block;"> <a href="http:\\www.google.com" style="color: #ffffff; font-size:16px; font-weight: bold; font-family: helvetica, arial, sans-serif; text-decoration: none; line-height:40px; width:100%; display:inline-block"> delete registration request </a> </td> </tr> </table> </p>
when clicked on in gmail takes me blank page; about:blank. in hotmail , yahoo nothing happens
the url syntax have used wrong
urls supposed http://www.google.com
not http:\\www.google.com
Comments
Post a Comment