edm經驗1

luffy5459發表於2015-05-22
edm經驗:
1、<table border="0" height="100" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0;">
   <tr height="22">
       <td><img style="display:block;" border="0" width="100" height="22"
       src="img/bg_001.png"/></td>
   </tr>
   <tr> 
       <td></td>
   </tr>
</table>
2、outlook中文字無法垂直居中,得用辦法,比如使用兩行來讓其居中,第一行文字
vertical-align:bottom
第二行:空白,留出來和文字構成垂直居中。
3、圖片要寫style="display:block;" width height
4、不要使用背景圖片,在outlook中,背景圖片會被過濾掉,可以使用背景色。
5、要考慮文字可能佔到的高度,文字一般最少20px高度。
6、表格底部空白要用tr td來填充並給出高度,否則,文字會掉下來。

相關文章