HTML邮件模板

时间:2019-06-26 21:18:12   收藏:0   阅读:108

邮件要求兼容 outlook 等邮箱软件,发现很多样式都不生效。找到的模板如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title></title>
    </head>
    <body>
    <!-- 最外层table-->
    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" style="">
        <tr>
            <td align="center" valign="top">
                <!-- 定宽table-->
                <table border="0" cellpadding="0" cellspacing="0" width="" style="">
                    <tr>
                        <td align="center" valign=""></td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    </body>
</html>

注意点

原文:https://www.cnblogs.com/miku561/p/11093476.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!