0
對於正常的網頁,很容易使圖像將被覆蓋錶行(或一個div,這通常不是在電子郵件中使用。)例如,有沒有辦法在outlook.com中爲電子郵件製作背景圖片?
tr {
background-image: url('https://placehold.it/100x100');
background-position: center;
background-size: cover;
}
有沒有辦法來實現類似的在Outlook.com的電子郵件效果? (請注意,它是outlook.com,而不是Outlook客戶端,所以mso標記將不起作用。)
編碼郵件時避免使用背景圖片通常是個好主意 - 請參閱:https://litmus.com/community/learning/25-understanding-background-images-in-email – Frits