0

キャンペーン モニターで電子メール テンプレートをインポートしようとしましたが、常に同じ問題が発生します。登録解除リンクになりたいタグと単語の周りを追加してください。

私が理解していないのは、テンプレートにタグがあることです:

<layout label="POST-FOOTER25">
            <table width="100%" bgcolor="#fff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
               <tbody>
                  <tr>
                     <td width="100%">
                        <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidthinner">
                           <tbody>
                              <!-- Top Spacing -->
                              <tr>
                                 <td width="100%" height="10" style="font-size: 0;line-height: 0;border-collapse: collapse;">&nbsp;</td>
                              </tr>
                              <!-- Top Spacing -->
                              <tr>
                                 <td width="100%">
                                    <table width="560" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidthinner">
                                       <tbody class="">
                                          <tr class="">
                                             <td width="100%" align="right" valign="middle" style="font-family: 'Open Sans', Arial, sans-serif; font-size: 12px; line-height: 16px; color: rgb(62, 69, 76); text-align: center; font-weight: 400;" mgedit="text" class="aligncenter">
                                                <multiline label="text617_86">
                                                   <!--[if !mso]><!-->
                                                   <span style="font-family: 'Open Sans', Arial, sans-serif;">
                                                      <!--<![endif]-->
                                                        You are receiving this email because you subscribed for updates on our website. <unsubscribe>Click here to Unsubscribe</unsubscribe><br /><br />
                                                      <preferences>Manage your subscription</preferences>
                                                      <!--[if !mso]><!-->
                                                   </span>
                                                   <!--<![endif]-->
                                                </multiline>
                                             </td>
                                          </tr>
                                       </tbody>
                                    </table>
                                 </td>
                              </tr>
                              <!-- Bottom Spacing -->
                              <tr>
                                 <td width="100%" height="10" style="font-size: 0;line-height: 0;border-collapse: collapse;">&nbsp;</td>
                              </tr>
                              <!-- Bottom Spacing -->
                           </tbody>
                        </table>
                     </td>
                  </tr>
               </tbody>
            </table>
         </layout>

unsubscribe-tag の周りにコメントや if-case はありません。他のアイデアはありますか?

はじめまして、yab86

4

1 に答える 1

1

登録解除と設定のマークアップを複数行のマークアップ領域の外に移動することをお勧めします。編集可能な複数行の WYSIWYG エディターに配置されているため、システムが認識しない可能性があります。

于 2016-01-05T15:33:35.107 に答える