Mystery Padding..?

后端 未结 1 838
我寻月下人不归
我寻月下人不归 2021-01-29 08:02

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 som

相关标签:
1条回答
  • 2021-01-29 08:55

    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.

    0 讨论(0)
提交回复
热议问题