HTML signature leaves big spaces between rows (Gmail App from Outlook)

人走茶凉 提交于 2019-12-11 06:01:33

问题


This is how it looks in GMail mobile app when sent from Outlook:

How can I avoid those big gaps?

My code is as follows:

<table id="sig" width='320' cellspacing='0' cellpadding='0' border-spacing='0' style="width:320px;margin:0;padding:0;">
    <tr>
        <td valign='top' width="120" height="48" style="width:120px;height:48px;margin:0;padding:0;vertical-align:top;">
            <a style="border:none;text-decoration:none;">
          <img moz-do-not-send="true" src="https://s3.amazonaws.com/media_crisalix/signatures/logo.jpg" alt="Crisalix" width='120' height='48' style="border:none;width:120px;height:48px;display:block;">
      </a>
        </td>
    </tr>
  <tr>
    <td>
      <table id="sig1" cellspacing='0' width='320' cellpadding='0' border-spacing='0' style="padding:0;margin:0;font-family:sans-serif,Arial,'Helvetica Neue',Helvetica;mso-line-height-rule:exactly;line-height:11px;color:#b0b0b0;border-collapse:collapse;-webkit-text-size-adjust:none;width:320px;">
        <tr style="margin:0;padding:0;">
          <td style="width:320px;margin:0;padding:0;font-family:sans-serif,Arial,'Helvetica Neue',Helvetica;white-space:nowrap;font-weight:600;line-height:1.6;font-size:13px;">
            <span style="color:#137191">Jaime</span>
          </td>
        </tr>
        <tr style="margin:0;padding:0;">
          <td style="width:320px;margin:0;padding:0;font-family:sans-serif,Arial,'Helvetica Neue',Helvetica;white-space:nowrap;font-size:12px;line-height:1">
            <span style="color:#555555">Chief Executive Officer</span>
          </td>
        </tr>
        <tr>
          <td valign='top' width="27" height='21' style="width:27px;height:1px;margin:0;padding:0;vertical-align:top;">
            <img moz-do-not-send="true" src="https://s3.amazonaws.com/media_crisalix/signatures/separator.jpg" alt="Crisalix" width='27' height='21' style="border:none;width:27px;height:21px;display:block;">
          </td>
        </tr>
        <tr style="margin:0;padding:0;">
          <td style="width:320px;margin:0;padding:0;font-family:sans-serif,Arial,'Helvetica Neue',Helvetica;white-space:nowrap;font-size:12px;line-height:1.4;">
            <div><span style="color:#137191;font-weight:bold">P / </span><span style="color:#555555;"></span></div>
            <div><span style="color:#137191;font-weight:bold">A / </span><span style="color:#555555">Parc Scientifique (PSE-A) - EPFL1015</span></div>
            <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#555555"> Lausanne | Switzerland </span></div>
          </td>
        </tr>
        <tr style="margin:0;padding:0;">
          <td style="margin:0;padding:0;font-family:sans-serif,Arial,'Helvetica Neue',Helvetica;white-space:nowrap;font-weight:600;line-height:1.6;font-size:13px;width:320px;">
            <a href="http://www.crisalix.com" style="border:none;text-decoration:none;color:#137191;"><span style="color:#137191;border:none;text-decoration:none!important;color:#137191;">www.crisalix.com</span></a>
          </td>
        </tr>
        <tr>
          <td valign='top' width="27" height='21' style="width:27px;height:1px;margin:0;padding:0;vertical-align:top;">
            <img moz-do-not-send="true" src="https://s3.amazonaws.com/media_crisalix/signatures/separator.jpg" alt="Crisalix" width='27' height='21' style="border:none;width:27px;height:21px;display:block;">
          </td>
        </tr>
      </td>
    </table>
  </tr>
  <tr>
    <td valign='top' width="230" height="225" style="width:230px;height:225px;margin:0;padding:0;vertical-align:top;">
      <a href='http://www.crisalix.com' title="Crisalix" style="border:none;text-decoration:none;">
        <img moz-do-not-send="true" src="https://s3.amazonaws.com/media_crisalix/signatures/signature-banner.jpg" alt="Crisalix" width='230' height='225' style="border:none;width:230px;height:225px;display:block;">
      </a>
    </td>
  </tr>
</table>

来源:https://stackoverflow.com/questions/39212423/html-signature-leaves-big-spaces-between-rows-gmail-app-from-outlook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!