gpt4 book ai didi

outlook - 向 Microsoft 团队 channel 发送电子邮件不保留 css 格式

转载 作者:行者123 更新时间:2023-12-05 07:09:01 24 4
gpt4 key购买 nike

我设置了一个 channel ,我在其中发送了一封带有特定 CSS 的电子邮件。在 outlook 中,我可以完美地看到消息,但 channel 不显示任何颜色。我什至将带有类和 id 标签的 css 添加到 html 文件中,但它不起作用。

例子:消息是这样的:

<html>
<head>
<script src= 'https://statics.teams.cdn.office.net/sdk/v1.6.0/js/MicrosoftTeams.min.js'></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
#first{ color: orange; }
#secondLine {
background-color: lightblue;
color: red;
}
.override {color: green;}
</style>
</head>
<body>
<script>
microsoftTeams.initialize();
</script>
<p class="override">Hi there,</p>
<p id="first"> First line:test.</p>
<p id="secondLine">Second line Another test.</p>
<p style="color:blue">Best Regards.</p>
</body>
</html>

前景展望:

enter image description here

在 Microsoft Teams channel 中:

enter image description here

我想可能是因为css与Microsoft teams css冲突导致无法显示颜色。如果是这样,我可以覆盖它吗?

提前谢谢你。

最佳答案

由于需要确保 channel 中的 Teams 主题和其他显示约束与邮寄到 channel 的内容一起工作,我们不 promise 在电子邮件中保留任意 HTML/CSS 结构。如果帖子中需要复杂的格式,我们通常会要求用户直接在 Teams 中创作它们,而不是依靠我们的电子邮件到 channel 逻辑来保存它们。

我们已经尝试在不影响整体 Teams 主题的情况下尽可能多地保留格式。这是设计使然。

关于outlook - 向 Microsoft 团队 channel 发送电子邮件不保留 css 格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61751663/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com