html 新闻通讯中的 div
我们可以在 html 电子邮件新闻信件中使用 div,还是习惯上使用表格来完成所有操作?
Can we use divs in html email news letters or is it customary to do everything with tables?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。 Div 在 HTML 电子邮件中工作得很好,但您必须在电子邮件中嵌入 CSS 或从公共 HTTP 位置引用它才能获得所需的格式。
Yes. Div's work fine in HTML emails, but you'll have to embed the CSS in the email or reference it from a public HTTP location to get the formatting you desire.