2015-09-07 56 views
0

我試圖讓Outlook展示背景圖片。我可以在Outlook 2003-2015電子郵件客戶端中使用另一個規則嗎?請看下面的標記。我如何獲得outlook來顯示背景圖片?

<table class="emailwrap" style="background-color:#fff;" cellpadding="0" cellspacing="0" width="100%" align="center"> 
    <tr> 
     <td class="mbl-header" align="center" style="width:600px; height:122px; background-image: url('images/banner2.jpg'); background-repeat:no-repeat;background-size:600px 100%; padding-left:35px; padding-right:35px;"> 
     <p style="font-family:Arial, sans-serif; color:#fff; text-align:left;"><strong>As Assistant U.S. Attorney Seth Wilkinson</strong> said in relation to a recent Lacey Act case, 「The message is clear, you can’t turn a blind eye, you can’t buy products that you know are stolen, make a huge profit off it and then just say, ‘I didn’t know what I was doing</p> 
     </td> 
    </tr> 
</table> 

回答

2

展望13年7月10日& Outlook.com不支持background-imageCampaign Monitor - CSS)。相反,您可以替換所有電子郵件客戶端的切片圖像(不推薦)或不支持background-image的純色背景色。

Bulletproof Background Images可能是最可靠的來源。

+0

太棒了!正是我在找的東西。非常感謝! – rman215

+0

這樣就解決了這個問題,但又出現了另一個問題。如果我嘗試將填充添加到​​標記,表格的寬度將展開並顯示背景顏色。另一種方法,我可以用來添加填充到我的p,h2標籤? – rman215