【发布时间】:2020-02-23 04:28:04
【问题描述】:
不熟悉编码和学习如何创建 HTML 电子邮件。我随机选择了一封电子邮件并尝试复制它。
我正在尝试将 Google 图片与 Apple Play 商店图片对齐,并将社交媒体图标全部放在左侧。
我搜索过 W3、Google 和 Stack Overflow。我试图添加填充。
感谢您的帮助。
<tr>
<td>
<img src="/img/applestorelogo.png" width="auto" height="24" style=" display: inline-block;" alt="applestorelogo"/>
</td>
<td>
<img src="/img/googlestore.png" width="auto" height="24" alt="googlestore"/>
</td>
<td><img src="/img/fb.png" width="auto" height="24" alt="facebook"/>
</td>
<td><img src="/img/IG.png" width="auto" height="24" alt="instagram"/>
</td>
<td><img src="/img/twitter.png" width="auto" height="24" alt="twitter"/>
</td>
</tr>
下面是image
【问题讨论】:
标签: html css html-email