Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/email/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Gmail应用程序/Android HTML电子邮件问题_Android_Email_Gmail - Fatal编程技术网

Gmail应用程序/Android HTML电子邮件问题

Gmail应用程序/Android HTML电子邮件问题,android,email,gmail,Android,Email,Gmail,真的很想解决这个问题,希望有人能帮上忙!我有一个自适应的电子邮件设置,除了Gmail应用程序/Android,它在任何地方都可以正常工作。桌子之间的水平线非常模糊,我似乎无法摆脱它们。有人有解决办法吗?非常感谢。下面代码的精简版本。(完整版有更多表格,仅此而已) body[yahoo]。请与a联系{ 颜色:#000; } 正文[yahoo]。页脚a{ 颜色:#ffffff!重要; } 查看此电子邮件时遇到问题。请在线查看。 <!DOCTYPE html PUBLIC "-//W3C//

真的很想解决这个问题,希望有人能帮上忙!我有一个自适应的电子邮件设置,除了Gmail应用程序/Android,它在任何地方都可以正常工作。桌子之间的水平线非常模糊,我似乎无法摆脱它们。有人有解决办法吗?非常感谢。下面代码的精简版本。(完整版有更多表格,仅此而已)


body[yahoo]。请与a联系{
颜色:#000;
}
正文[yahoo]。页脚a{
颜色:#ffffff!重要;
}
查看此电子邮件时遇到问题。请在线查看。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1909/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!--[if !mso]><!-->
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <!--<![endif]-->
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title></title>
    <style type="text/css">


        body[yahoo] .contact a {
            color: #000;
        }
        body[yahoo] .footer a {
            color: #ffffff !important;
        }



    </style>

    <!--[if (gte mso 9)|(IE)]>
    <style type="text/css">
        table {border-collapse: collapse;}
    </style>
    <![endif]-->
</head>
<body style="background: #ffffff; color: #000000; font-family:  Helvetica, Arial, sans-serif; padding: 0; Margin: 0; min-width: 100%;">

    <!--[if (gte mso 9)|(IE)]><table width="600" align="center" style="border-spacing: 0; font-family: Helvetica, Arial, sans-serif; color: #000000;"><tr><td><![endif]-->
    <table class="wrap" border="0" cellpadding="0" cellspacing="0" align="center" style="width: 100%; max-width: 600px; Margin: 0; font-size: 0; "><tr><td>





        <!--Block 1-->
        <table class="hero-img" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" style="width: 100%; max-width: 100%;">
            <tr>
                <td style="vertical-align: top;"><img src="NCG-footer1.jpg" style="display: block; border: 0; width: 100%; max-width: 600px; height: auto; mso-line-height-rule: exactly;"></td>
            </tr>
        </table>






        <!--Block 2-->
        <table class="hero-img" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" style="width: 100%; max-width: 100%;">
            <tr>
                <td style="vertical-align: top;"><a href="unsubscribe" style="border: 0;"><img src="NCG-footer2.jpg" style="display: block; border: 0; width: 100%; max-width: 600px; height: auto; mso-line-height-rule: exactly;"></a></td>
            </tr>
        </table>




        <!--Block 3-->
        <table class="pre-header" cellpadding="10" cellspacing="0" border="0" width="100%" align="center" bgcolor="#00551f" style="width: 100%; max-width: 100%; background: #00551f; color: #ffffff; font-size: 10px; Margin-bottom: 0px;">
            <tr>
                <td valign="top" width="100%" align="center" style="border-collapse: collapse; font-family: Arial, Helvetica, sans-serif; padding-right: 20px; padding-left: 20px; line-height: 1.2; text-align: center">Trouble viewing this email. Please <a href="linkhere" style="color: #ffffff;">click here</a> to view it online. </td>
            </tr>
        </table>









        <!--Block 4-->
        <table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#00551f" height="50px" style="width: 100%; max-width: 100%;">
            <tr>
                <td></td>
            </tr>
        </table>






</body>
</html>