Exclamation Point in HTML Email

后端 未结 4 1674
[愿得一人]
[愿得一人] 2020-12-15 07:02

I am having a hard time formatting a table in an HTML email. There seems to always be one cell that doesn\'t have the background color or weird white spaces.

Here i

4条回答
  •  时光取名叫无心
    2020-12-15 07:10

    Remove all CSS styling, lots of email rendering engines fail with it. Use plain old table design.

    Use blah instead of style color, use

    instead of style padding, use bgcolor instead of style background-color.

    Set bgcolor to whole TABLE, not TDs.

    提交回复
    热议问题