如何在Outlook桌面outlook 2007中的同一TD中垂直对齐图像在<a>标签内和文本

问题描述

这是我要实现的目标:

enter image description here


我尝试过:

<table cellpadding="0" cellspacing="0" border="0" border-collapse style="background-color: grey;"">
<tr>
  <td style="valign="top">
    // td1 content
  </td>
  <td valign="top">
    <span style="line-height: 18px; font-size: 15px;">
      text text text text text text text text text text</span>
    <a style="height: 18px; display: inline-block;">
       <img src="test.jpg" height="18" width="18">
    </a>
  </td>
</tr>     
</table>

但这就是我得到的:td2中的图像和文本看起来很奇怪。

enter image description here

我还尝试在“ ”标签上添加“ vertical-align:top”,但是Outlook桌面似乎不支持它,我该怎么办?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)