在 Outlook 中使用 cellpadding 的替代方法
由于 cellpadding 会导致 Outlook 电子邮件出现错误。它的其他逻辑解决方法是什么?
我不想使用
标签Since cellpadding causes errors in outlook emails. What are the other logical workarounds for it?
I do not want to use a <div>
tag
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一些内联CSS怎么样?
style="cell-padding:10px;"
?另一个 StackOverflow 问题的答案在 在 CSS 中设置单元格内边距和单元格间距?。
How about some inline css;
style="cell-padding:10px;"
?There's an answer to another StackOverflow question that does in some detail about this at Set cellpadding and cellspacing in CSS?.