最近、mailchimp の最初のテンプレートを作成しました。私が直面している問題は、メールを設定しているときにキャンペーン ビルダーでセクションを削除すると、目的のセクションではなく最後の繰り返し可能なセクションが削除され、他のいくつかのセクションからコンテンツが削除されることです。
何が問題なのですか?以下は、そのようなセクションの 1 つの例です。
<!-- // 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 \\ -->