When we send a email to users from web application, many times we see HTML email is distorted in Gmail, Yahoo, Iphone and Ipad etc.
If you want to removed such type of issue, then keep following points in mind while creating html template.
Use tables for layout
Set the width in each cell
Sr | Name | Billing Date |
Use a container table for body background colors
Background Color |
Avoid unnecessary whitespace and in table
Use "nbsp;" for doubly space
Avoid shorthand, use as below
font-weight: bold; font-size: 1em; line-height: 1.2em; font-family: georgia,serif;
Always use inline CSS
Inline CSS
Set link color in following way
this is a link
Images in HTML emails
a. Avoid spacer images
b. Always include the dimensions of your image
c. Avoid PNGs image
d. Always add alt text in image attribute
Never use floats attribute
Check CSS support in email
https://www.campaignmonitor.com/css/