Gmail 时事通讯的圆角

发布于 2024-11-24 03:34:05 字数 157 浏览 1 评论 0原文

我正在尝试为我制作的新闻通讯应用圆角样式,当我在本地打开文件时一切看起来都很好,但是当发送到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不弃不离 2024-12-01 03:34:09

电子邮件通讯中对 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文