在outlook for新闻稿中出现问题

在outlook for新闻稿中出现问题,outlook,newsletter,spacing,Outlook,Newsletter,Spacing,我在outlook中有额外间距的问题,你们可以在我用红色突出显示的附加图像上看到。我用p表示这张图片 <p style=" width:125; height:125; margin:0px; padding:0px 10px 0px 10px; float:right; line-height:125px; "><img src="http://hmsdesignz.com/newsletter/6of6/images/icon.jpg" alt="" width="125"

我在outlook中有额外间距的问题,你们可以在我用红色突出显示的附加图像上看到。我用p表示这张图片

<p style=" width:125; height:125; margin:0px; padding:0px 10px 0px 10px; float:right; line-height:125px; "><img src="http://hmsdesignz.com/newsletter/6of6/images/icon.jpg" alt="" width="125" height="125" hspace="0" vspace="0" border="0" align="right"  style="display:block;"/></p>
该代码用于此图像

<p style=" width:125; height:125; margin:0px; padding:0px 10px 0px 10px; float:right; line-height:125px; "><img src="http://hmsdesignz.com/newsletter/6of6/images/icon.jpg" alt="" width="125" height="125" hspace="0" vspace="0" border="0" align="right"  style="display:block;"/></p>

!


请告诉我如何删除这个额外的空格

需要更多的代码来查看它是如何与周围的html交互的

您使用的是
标记,我会避免使用。图像本身应位于表单元格中

大概是这样的:

<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="500" height="70" bgcolor="#959595">
your sign-off text here
    </td>
    <td width="100" height="70"  bgcolor="#757575">
<img src=""... style="display:block;">
    </td>
  </tr>
  <tr>
    <td width="600" height="70" colspan="2" bgcolor="#252525">
footer
    </td>
  </tr>
</table> 

您的签准文本在这里
页脚