Any button inside Email box or any where how it is work

Description:
?



The purpose of many emailed marketing messages is to encourage the recipient to visit a landing page or some other website. So the design of the call-to-action link is obviously pretty important, yet many marketers bury the link in a block of text or code it so that’s it’s invisible until the use manually loads images.

A great call to action requires a button that:


  1. Works everywhere. Compatible with every email client.
  2. Doesn’t rely on images being loaded by the client
  3. Is easy to understand and customizable (fonts, colors, etc.)



Code 1:
?
<table cellspacing="0" cellpadding="0">
<tr>
<td align="center" width="300" height="40" bgcolor="#3498db" style="-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #ffffff; display: block;">
<a href="http://www.EXAMPLE.com/" style="font-size:16px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; text-decoration: none; line-height:40px; width:100%;color: #FFFFFF; display:inline-block"><span style="color: #FFFFFF">Awesome Email Button</span></a>
</td>
</tr>
</table>
Previous
Next Post »