Gmail 时事通讯的圆角
我正在尝试为我制作的新闻通讯应用圆角样式,当我在本地打开文件时一切看起来都很好,但是当发送到 gmail 帐户时,它会删除一些代码并且不会读取一些内联 css 属性。
所以我的问题是,是否有一种方法可以创建圆角,同时又不会使其对其他邮件客户端来说看起来很糟糕。
谢谢。
i am trying to apply a rounded corner style for a newsletter i made, when i open the file locally everything seems fine, but when sent to a gmail account, it will strip some codes and wont read some inline css properties.
So my question is, if there is a way to create round corner, while not making it look bad for the other mail clients.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
电子邮件通讯中对 CSS 的支持较少。最好使用图像切片以获得最佳结果。
更多说明:
圆角、渐变、背景,您无法使用 CSS 将这些对象嵌入新闻通讯中。您必须为圆角、渐变和背景创建切片,以便通过嵌入
标签在新闻通讯中使用它们。
CSS is less supported in email newsletters. It is better to use image slices for the best results.
More Description:
Round corners, gradients, backgrounds, You can't embed these objects in newsletters using CSS. You must create slices for Round corners, gradients and backgrounds to use them in your newsletter by embedding with
<img>
tag.