我有一些郵件在Css郵件的div類。但是,當我在Outlook或Gmail中打開郵件時,我無法查看圖像。但是,當我在瀏覽器中打開郵件它顯示出細膩的圖像...在郵件中添加的Css內容(圖片)Html文件不顯示圖像
附帶的電子郵件的內容
<!--CTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dt--><!--CTYPE html PUBLIC "-//W3C//DTD XHTML
1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
.logo_print {
background-image:url("http://www.websitename.com//en-ca/images/logo_print.jpg");
width:105px;height:79px; } .icon_shipped {
background:url("http://www.websitename.com//en-ca/images/icon_shipped.jpg");widt
h:14px;height:14px; } .icon_not_shipped {
background:url("http://www.websitename.com//en-ca/images/icon_not_shipped.jpg");
width:16px;height:15px; } .the_email_top
{width:560px;height:93px;background-image:url("http://www.websitename.com//en-ca
/images/top.jpg")}
</style>
<title></title>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr valign="top">
<td colspan="3">
<div class="the_email_top">
</td>
</tr>
<tr valign="top">
<td width="10"> </td>
<td width="540">
<div style="width: 10px; height: 12px; overflow: hidden;"></div>
<h1 style="margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #212121; font-weight: bold;">Password Reset</h1>
<div style="width: 10px; height: 16px; overflow: hidden;"></div>
<p><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;">Dear Customer,</span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;">To reset your password, either click the link below or copy and paste it into your browser.</span><br>
<span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;"> </span><br>
<a href="http://www.websitename.com/en-ca/useraccount/resetPassword?NirvanaToken=01d4lKN1%2BTS5g94oEHejeR3IBovtHrwHnU6sfmjSCu5LMpnSjN5c6xX5s8rrOQ0p%0D%0A">Use this link.</a><br>
<span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;"> </span><br>
<span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;">Please do not reply to this email.</span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;">Sincerely,</span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;">Your Web Site Hosting support team</span></p>
<div style="width: 10px; height: 60px; overflow: hidden;"></div>
</td>
<td width="10"> </td>
</tr>
<tr valign="top">
<td colspan="3" bgcolor="#F2F2F2">
<div style="width: 10px; height: 10px; overflow: hidden;"></div><span style="margin-left: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999;">© 2011 Deluxe Enterprise Operations. All Rights Reserved.</span>
<div style="width: 10px; height: 55px; overflow: hidden;"></div>
</td>
</tr>
</tbody>
</table>
</body>
</html>
嘗試把圖像內聯「風格」的標籤,看看是否可行。 – RDL 2011-03-01 16:02:56