Posts

Showing posts from September, 2016

Where to put hyperlinks in HTML Email to avoid issues in AOL, Outlook, Gmail and Yahoo?

Image
When Hyperlinks <a></a> were used OUTSIDE <div></div> as follows  <TD width="74" valign="middle"><A style="color: rgb(85, 85, 85); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none;" href="http://www.thedotclub.org/dotday/" target="_blank">                                           <DIV style="margin: 0px; padding: 0px; text-align: left; color: rgb(85, 85, 85); font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;"> International Dot Day</DIV>                                           </A></TD> the result was as follows in Google chrome. The result in Microsoft Outlook 2007, the first image and the associated text has gone up a l...

Solve email issue with source formatting in Dreamweaver

Image
Email on Acid is a great email testing device. While testing an email, some anomaly was observed in Outlook 2013  as in image 1. Tried many things; notorious Outlook did not yield. Finally when applied 'source formatting' in Dreamweaver, the issue was solved as a surprise.  See the result in image 2.  To do source formatting in Dreamweaver, go to 'Commands' and opt 'Source Formatting' from the drop down.  Image 1 - Before  Image 2 - After Image 3 - Dreamweaver