HTML 通讯:图像调整

发布于 2024-12-03 01:38:16 字数 560 浏览 2 评论 0原文

我制作了一个 HTML 通讯模板。我有一个错误。如何调整表格布局中的图像?我尝试过使用边距,但这在 Outlook 2010 上不起作用。

这是图像中的代码片段:`

<table id="logo" cellpadding="20" cellspacing="0" width="620" align="center">
        <td width="161" height="24" align="left" valign="top">
            <a title="www.xxx.xxx besuchen" href="http://www.xxx.xxx/" target="_blank"><img src="http://www.xxx.xxx/images/header/logo_sub.gif" border="0" alt="www.xxx.xxx besuchen" style="margin-left:-13px !important;"/></a>
        </td>
    </table>`

I have made an HTML-Newsletter Template. I have one Bug. How can i adjust images in table layouts? I have tried to to use margin but that wont work on Outlook 2010.

Here ist the Code-Snipet from the image: `

<table id="logo" cellpadding="20" cellspacing="0" width="620" align="center">
        <td width="161" height="24" align="left" valign="top">
            <a title="www.xxx.xxx besuchen" href="http://www.xxx.xxx/" target="_blank"><img src="http://www.xxx.xxx/images/header/logo_sub.gif" border="0" alt="www.xxx.xxx besuchen" style="margin-left:-13px !important;"/></a>
        </td>
    </table>`

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂牵梦绕锁你心扉 2024-12-10 01:38:17

尝试向表中添加列和行。将图像粘贴在中间的一列中,并将宽度和高度应用于周围的列以使图像就位。

Try adding columns and rows to the table. Stick the image in one of the middle columns and apply widths and heights to the surrounding columns to get the image into place.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文