Mystery Padding..?
I recently designed and finished 2 newsletters; but when I went back to make a quick change (add a background color to the outside of the container) I realized that there is some m
Solution 1:
The best way for me to avoid bad behaviour with table is to set "table-layout:fixed;" on the tables and to set the colums width with elements.
Plus, i suppose you are using some kind of tools to convert your style tag into inline css. I'ld advise against it, this will generate a lot of unecessary code that will add weight to your e-mail.
Post a Comment for "Mystery Padding..?"