Build a simple HTML Email

January 30, 2015


  • Use table attributes: <table> <tr> <td> 
  • Don't use margin or padding; substitute with empty <table> or empty <tr> with height
  • CSS doesn't work anyway.
  • Use inline styling : style="display:block;"
  • Make it responsive by setting width="100%" and max-width="600px" in inline styling.

Check out Awesome Tutorial by tutsplus



No comments:

Post a Comment