【发布时间】:2011-04-08 12:23:33
【问题描述】:
我向我的用户发送具有相同主题但包含除页眉和页脚之外的不同内容的电子邮件。标头包含一个徽标、“n 的第 x 部分”消息和 <hr>,并且从不隐藏。页脚包含一个<hr>、相同的“Part x of n”文本和一些我不想隐藏的功能链接(Next、Pause、Tweet)。
我尝试将这些包含在 <div id=timestamp> 中。我还尝试将&ts=timestamp 添加到链接中。链接是图像,因此我创建了一个名为 image2.png 的符号链接,指向 image1.png 并交替使用这些图像。这些都不起作用。
有没有我还没有想到的简单解决方案?
这是一些 html:
names are really separated by, rather than just a comma.</p>
<p>This function does not do any checking for problems. We assume,
in this case, that the input is always correct.</p>
</div>
</div>
<div>
<p>All that remains now is putting the pieces together.</div></div></div></div></span>
<hr>(Part 19 of about 74)<br>
<a href='http://www.mywebapp.com/index.php?action=next'>
<img border=0 src='http://www.mywebapp.com/images/next.png' alt='Get next text'</a>
<a href='http://www.mywebapp.com/index.php?action=pause&listid=252&itemid=2100'>
<img border=0 src='http://www.mywebapp.com/images/pause.png' alt='Pause this text'></a>
<a href='http://twitter.com/home?status=tweetGoesHere'><img border=0 src='http://www.mywebapp.com/images/twitter-a.png' alt='Tweet this'/></a><br>
Original page: <a href='http://eloquentjavascript.net/print.html'>here</a><br>
这是一个截图:
【问题讨论】:
-
(严肃地说,你能提供截图来说明发生了什么吗?还有你的一些 HTML 代码?否则都是猜测。)
-
我添加了截图和一些html。
-
@SeanO:HTML 与屏幕截图不匹配。
-
@Tomalak Geret'kal:你看到的其他一切都是 Gmail 的 iphone 界面。
-
GMail 认为引用的文本具体是什么?您是否正确设置了电子邮件的 MIME 类型?