0

メールのデザインをコーディングし、Litmus でテストしたところ、次のエラーが見つかりました。

Outlook.com: ニュースレターの背景画像がなく、一部の見出し (h4) のフォントの色がまったく異なります。リンクは同色でもOKですが。Outlook 2003-2011 は正常に動作します。

Hotmail: ニュースレターの背景も表示されないため、hotmail の場合も同様です。

これがリトマス試験の結果です。

https://tahir.litmus.com/tests/9401666/versions/2/screenshots

背景画像のコードは次のとおりです。

<body background="http://gallery.mailchimp.com/ab941597d81bf8a59e91efd1f/images/body_bg_.3.jpg" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style=" width:100%; margin: 0;padding: 0;width: 100% !important;-webkit-text-size-adjust: none; background-image: url('http://gallery.mailchimp.com/ab941597d81bf8a59e91efd1f/images/body_bg_.3.jpg'); background-repeat:repeat-y no-repeat; background-position: top center; background-color: #5c130a;">

    <!--[if gte mso 9]>
    <v:background fill="t">
    <v:fill type="tile" src="http://gallery.mailchimp.com/ab941597d81bf8a59e91efd1f/images/body_bg_.3.jpg" />
    </v:background>
    <![endif]-->

ありがとう。

4

2 に答える 2

0

CSS は、クライアント (およびバージョン) によって等しくサポートされていないことに注意してください。

概要を取得するには、http://www.campaignmonitor.com/css/をご覧ください。

于 2012-10-05T07:13:43.193 に答える
0

これが私たちのスニペットです。

<td height="300px" style="margin:0;border-collapse:collapse!important;margin:0;padding:0;text-align:left;vertical-align:top;">
<!--[if (gte mso 9)]><img src="http://yourdomain.com/email_campaigns/_templates/template_061617/ImageHero_620x975_Nindi_1_OL.jpg" style="width:100%;height:auto;border:0; display: block;" /><![endif]-->
<div style="mso-hide: all;">
<img src="http://yourdomain.com/email_campaigns/_templates/template_061617/newsletter-blank.png" width="100%" style="width:100% !important;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin:0 0 0 0;border-width:0;height:auto;margin-bottom:0;" />
</div>

于 2017-11-03T23:33:03.470 に答える