2013-10-14 210 views
8

我必須在MailChimp服務中編輯現有的自定義模板,其中拖放&內容塊丟失不起作用。模板有很多嵌套的表格,所以我聯繫了他們的支持和響應,表示一些塊是嵌套的,這可能會導致衝突。爲了製作簡單的測試用例場景,我刪除了大部分代碼和樣式,並在其中留下了一個帶有一個可編輯標題的可重複塊。MailChimp內容塊拖放不起作用

我正在做所有提到的in this part of documentation

根據文章,在編輯屏幕上點擊這個雙箭頭之後,應該彈出一些黃色的欄,但沒有任何事情發生。我試圖點擊並拖動它。

這裏的問題是如何使MailChimp上的可複製和可拖動的內容塊。

我的代碼如下。

<body leftmargin="0" marginwidth="0" topmargin="0" style="color: #fff;" marginheight="0" offset="0"> 
    <center> 
     <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable"> 
      <tr> 
       <td align="center" valign="top" id="bodyCell"> 
        <!-- BEGIN TEMPLATE // --> 
        <table border="0" cellpadding="0" cellspacing="0" id="templateContainer"> 
         <tr> 
          <td align="center" valign="top" style="padding-right:33px; padding-left:33px; text-align: left;"> 
           <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateLectures"> 
            <tr> 
             <td valign="top" style="padding-top:10px; padding-bottom:10px; font-size: 12px;"> 
              <h3 class="imagereplacement" style="text-indent: 100%; white-space: nowrap; overflow: hidden;padding-bottom:10px;"><img src="http://gallery.mailchimp.com/42cd17e5e3c7c6f9274766dc5/images/lectures.png"><span style="display: block !important;">Lectures</span></h3> 
              <div mc:repeatable="lecture" mc:variant="lecture" class="single_event"> 
               <h5 mc:edit="lecture_event_title">Koloman Moser In Context</h5> 
               <h6>Thursday, May 23</h6> 
               <p class="eventtitle">Christian Witt-Dörring</p> 
               <p class="eventtext">Curator, Koloman Moser, Designing Modern Vienna 1897–1907</p> 
              </div> 
             </td> 
            </tr> 
           </table> 
          </td> 
         </tr> 
        </table> 
        <!-- // END TEMPLATE --> 
       </td> 
      </tr> 
     </table> 
    </center> 
</body> 

回答

-2

保存您的模板。進入露營之後,創建新的露營地點,點擊下一步,然後選擇您的模板,之後您可以拖動塊並保存更改。 enter image description here