如何在mailchimp中将图像彼此相邻

How to put an image next to each other in mailchimp

谁能帮帮我?我正在搜索一个代码,这样 2 张图片就会在 Mobile 中并排显示。使用标准的 Mailchimp 模板是不可能的(我猜)。

这里有一个快速简单的示例,说明如何完成此操作。您可以在 MailChimp 中使用此代码,它应该可以工作。添加单个列块,查看代码并将其添加。更改图像源,您应该一切顺利。

<table width="100%" border="0" cellspacing="0" cellpadding="0" style="width:100%; max-width: 600px;">
  <tbody>
    <tr>
      <td width="50%"><img src="http://www.mybligr.com/wp-content/uploads/2017/01/most-beautiful-tiger-animals-pics-images-photos-pictures-7-300x300.jpg" style="display: block;width:100%; max-width: 300px; height: auto;" /></td>
      <td width="50%"><img src="http://www.mybligr.com/wp-content/uploads/2017/01/most-beautiful-tiger-animals-pics-images-photos-pictures-7-300x300.jpg" style="display: block;width:100%; max-width: 300px; height: auto;" /></td>
    </tr>
  </tbody>
</table>

如果有帮助请告诉我。