小编JaX*_*aXL的帖子

适用于Android的Gmail App上的背景图片

有没有办法让HTML电子邮件的td中包含的背景图像显示在Gmail App for Android上.它似乎适用于iOS版Gmail应用程序.

这是代码:

<table width="100%" style="table-layout: fixed; margin: 0 auto; width:100% !important; min-width: 100% !important; height:auto !important;" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td align="center">
        <table align="center" width="760" style="table-layout: fixed; margin: 0 auto; min-width: 760px;" border="0" cellspacing="0" cellpadding="0" class="w100pc">
            <tr>
                <td height="20" style="font-size: 0px; padding: 0px; margin: 0px; line-height: 0px;"></td>
            </tr>
            <tr>
                <td>
                    <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                            <td valign="top" background="https://placeholdit.imgix.net/~text?txtsize=33&txt=760%C3%97340&w=760&h=340" bgcolor="#323232" width="760" height="340" style="min-width: 760px; background:url(https://placeholdit.imgix.net/~text?txtsize=33&txt=760%C3%97340&w=760&h=340) no-repeat center center; background-color: #323232; background-position: center center;" class="w100pcmbg">
                                <!--[if gte mso 9]> …
Run Code Online (Sandbox Code Playgroud)

css gmail android html-email

1
推荐指数
1
解决办法
1291
查看次数

标签 统计

android ×1

css ×1

gmail ×1

html-email ×1