如何将 CSS 样式表导入到 Atom 内容中?

发布于 2024-07-30 14:12:06 字数 117 浏览 3 评论 0原文

我正在发布 Atom 提要,并且我想开始在内容中包含基本 CSS。 当然,我并不期望每个读者都会使用它,但如果能够支持可以使用样式的读者,那就太好了。

有没有办法在 Atom 内容中包含 CSS?

I'm publishing an Atom feed, and I'd like to start including basic CSS for the content. Of course I'm not expecting it to be used by every reader, but it would be nice to support the readers that can use styles.

Is there any way to include CSS in Atom content?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

冰魂雪魄 2024-08-06 14:12:06

您可以包含内联

You could include inline <style> blocks as part of each entry's body, but this rather defeats the entire purpose of RSS/Atom feeds IMO (and is likely to be filtered out by many readers). Use standard elements like blockquote, em, img, etc. and let the reader handle the rest.

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