Anchor Around Table - Not Working In Outlook
I'm developing a newsletter for Mailchimp with below HTML structure for one of the block - &l
Solution 1:
HTML emails still lack the features that browsers makeup for on websites, it's like developer in HTML for IE 5. The anchor tag will not work around tables and sometimes will not even work around divs, however obviously webpages do not have these problems. This is due to the standards not really being recognised by mail clients as they are in browsers.
Try wrapping the content in the cells in just the anchor tag, around your button:
<tableborder="0"cellpadding="9"width="100%"align="center"cellspacing="0"class="templateButton displayinline"mc:hideable><tr><tdalign="center"valign="middle"class="templateButtonContent"><ahref="#"target="_blank">Sony</a></td></tr></table>
I know it's not ideal, however it is a way around this problem.
As A Row
I need your help, if the following code below counts every …
How To Make A Transition Effect Up The Input On Change
I need to place this particular effect on a dropdown I need…
Some Questions About Tree Construction [html Spec]
I know that it's not customary to ask a bunch of questi…
Post a Comment for "Anchor Around Table - Not Working In Outlook"