我制作了一个HTML通讯模板。我有一个Bug。如何在表格布局中调整图像?我试图使用保证金,但这不适用于Outlook 2010。
这是来自图像的Code-Snipet:`
<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>`
答案 0 :(得分:0)
尝试向表中添加列和行。将图像粘贴在其中一个中间列中,并将宽度和高度应用于周围的列以将图像放置到位。