HTML时事通讯:图像调整

HTML时事通讯:图像调整,html,outlook,newsletter,Html,Outlook,Newsletter,我已经做了一个HTML新闻稿模板。我有一只虫子。如何调整表格布局中的图像?我曾尝试使用保证金,但这对Outlook 2010不起作用 这是图像中的代码片段:` <table id="logo" cellpadding="20" cellspacing="0" width="620" align="center"> <td width="161" height="24" align="left" valign="top"> <a

我已经做了一个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>`

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

老实说,您的问题没有提供多少有关您想要实现的目标的信息。我的第一个建议是不要使用负利润率,但这肯定不能解决眼前的问题。