我在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>
Run Code Online (Sandbox Code Playgroud)
谢谢!
有人转发时事通讯的外观截图