首页 > 解决方案 > 行距不对齐

问题描述

任何人都可以帮助我使用下面的代码。我在将电子邮件排列到图片底部时遇到问题。

我附上了一张最终结果应该是什么的图片。

<table style="width: 470px;" ">
    <tbody>
    <tr style="text-align: left; ">
    <td ><img src="https://upload.wikimedia.org/wikipedia/commons/1/10/Example-Midnight_Run.png " alt="editors " width="96 " height="103 " /></td>
    <td style="width: 354.983px; ">
    <span lang="EN-CA " style="font-size:9.0pt "><span style="font-family:&quot;Arial&quot;,sans-serif "><span style="color:#1f497d "><strong>first line is arial 9 bold</strong></span></span></span></span></span></span><br />
    <span style="font-size:12pt "><span style="text-autospace:none "><span style="font-family:&quot;Times New Roman&quot;,serif "><span lang="EN-CA " style="font-size:9.0pt "><span style="font-family:&quot;Arial&quot;,sans-serif "><span style="color:#1f497d ">second line is arial 9</span></span></span></span></span></span><br />
    <a href="mailto:mail@mail.com " style="color:blue; text-decoration:underline "><strong><span lang="EN-CA " style="font-size:9.0pt "><span style="font-family:&quot;Arial&quot;,sans-serif "><span style="color:#0070c0 ">mail@mail.com</span></span></span></strong></a></span></span><br />
    <p>&nbsp;</p>
    </td>
    </tr>
    <tr>
    <td><span style="color:#1f497d "><strong>last line is arial 9 bold</span></span></span></span></span></span><br /></strong></td>
    </tr>
    </tbody>
    </table>

标签: html

解决方案


推荐阅读