我已经在我的HTML模板中添加了前置标题文本,它工作得很好,但当有人从outlook转发时事通讯时,这些文本会显示在顶部。不过这在Gmail中是不会发生的。
<style>
.preheader {
display:none !important;
visibility:hidden;
opacity:0;
color:transparent; height:0; width:0; }
</style>
</head>
<body>
<span class="preheader" style="display: none !important; visibility: hidden;
opacity: 0; color: transparent; height: 0; width: 0;">
We are offering a six-week Indonesian language course for adult learners.
</span>
谢谢!
当有人转发时事通讯时的屏幕截图
https://stackoverflow.com/questions/45807788
复制相似问题