我最近为 mailchimp 制作了我的第一个模板。我遇到的问题是,当我设置邮件并删除活动构建器中的一个部分时,它会删除最后一个可重复的部分而不是我想要的部分,并且它会从其他几个部分中删除内容。
知道可能是什么问题吗?下面是一个这样的部分的示例:
<!-- // Begin Template img-left \\ -->
<div mc:repeatable="contentmodule" mc:variant="left-Image">
<table cellspacing="15x" cellpadding="0" width="600px">
<tr>
<td width="180px" valign="top">
<img src="http://gallery.mailchimp.com/653153ae841fd11de66ad181a/images/placeholder_260.gif" style="max-width:180px;" mc:label="image" mc:edit="image02"></td>
<td width="375px" valign="top" text-align="justify">
<div mc:edit="img-left00"><span class="h2">Title</span><p>Tekst with the image on the left.</p></div>
</td>
</tr>
</table>
</div>
<!-- // End Template img-left \\ -->