程序以html形式发送邮件注意问题

1.样式要写在内部,不要单独定义样式

2.div 使用背景图片在有些浏览器中出不来这时候需要用:

   <table style=" 640px" cellpadding="0" cellspacing="0">
                            <tr>
                                <td background="http://mail.hansvision.com/hs07promo/zpal100_bg.png" style="background-repeat: no-repeat;">

             </td>

          </tr>

 </table>

3.手机客户端不支持margin属性,使用padding

4.手机客户端宽度不支持百分比,所以使用固定像素!

原文地址:https://www.cnblogs.com/chenjt/p/3195067.html