Designing and sending HTML newsletters can be a little tacky sometimes. The output of HTML in email apps is still much more limited than in web browsers, which means that you have to adapt the way you are designing your email templates. Following are a few tips to improve the HTML of your newsletters.
1. Use inline CSS styles
为了Gmail,请使用内联样式。
Unfortunatly you’ll have to forget about external style for email template design. The best solution is to declare the CSS in your HTML tags like that: p style=”color:#000;”. If you declare your CSS in your header, Gmail will not read it which you do not want.
想说别忍着:没有评论



