想要像使用url一样使本地root映像

时间:2018-05-01 10:17:12

标签: html email-client

我有这段代码,所有部分都正确对齐但是,我无法让图像从本地工作并在所选框中看到

网址图片有效。我正在将它用于电子邮件客户端,因此无法使用css。

有人可以帮忙吗?

这是代码。

<table border="1" style="height:743px; width:600px;">
  <tbody>
        <tr>
            <td style="background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/79/2010-brown-bear.jpg); width:600px; height:743px;">
            <table border="1" style="height:595px; width:420px; margin-bottom:0px; margin-left:90px;">
                <tbody>
                    <tr>
                        <td style="margin-bottom:10px; background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/79/2010-brown-bear.jpg);;">&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>

0 个答案:

没有答案