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
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. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
blah
color
instead of style padding, use bgcolor instead of style background-color. Set bgcolor to whole TABLE, not TDs. 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
padding
bgcolor
background-color
Set bgcolor to whole TABLE, not TDs.