我創建了一個帶有可編輯區域的MailChimp模板。MailChimp內聯樣式的可編輯按鈕被覆蓋
我風格的一切在線,和我有一個編輯按鈕,像這樣:
<!-- button -->
<table class="button" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff" style="border-spacing: 0;font-family: Roboto, 'Times New Roman', Times, serif;border-left:1px solid #24303f;border-right:1px solid #24303f;border-bottom:1px solid #24303f;border-top:1px solid #24303f;margin:0 auto;min-width:248px;text-align:center;">
<tr style="font-family:Georgia, 'Times New Roman', Times, serif;">
<td height="40" style="border-collapse: collapse;font-family: ColdLilies-Regular, Georgia, 'Times New Roman', Times, serif;"><table class="table-inner" border="0" align="center" cellpadding="0" cellspacing="0" style="border-spacing: 0;font-family: Roboto, Georgia, 'Times New Roman', Times, serif;">
<tr style="font-family:Georgia, 'Times New Roman', Times, serif;">
<td align="center" style="font-family:Georgia, 'Times New Roman', Times, serif;font-size:19px;color: #24303f;border-collapse: collapse;padding-left:35px;padding-right:35px;" class="variable-width-button-container">
<a href="#" style="color: #24303f;text-decoration: none;font-family: Georgia, 'Times New Roman', Times, serif;font-size:19px;font-weight:normal;padding-top:10px;padding-bottom:10px;text-transform:uppercase;text-align:center;" mc:edit="Centred Button" class="variable-button">
View More
</a>
</td>
</tr>
</table></td>
</tr>
</table>
<!-- end button -->
正如你可以看到我已經使用mc:edit="Centred Button"
使按鈕編輯。我也設計了內聯鏈接。
當我使用MailChimp界面並編輯按鈕時,編輯文本很好並保留了樣式,但只要我更改鏈接URL,它就會變成藍色並加下劃線。
即使將編輯器切換爲源代碼並插入內聯樣式也不會覆蓋該問題。 MailChimp沒有解決方案。
這是如此的幫助FUL。我現在編寫了一個Mailchimp模板,並且無法弄清楚爲什麼我的鏈接樣式沒有粘住。很高興知道Mailchimp將在發送時應用內聯樣式! – veryrarecandy
在我寫這篇Q/A之前MailChimp警告我說我問了太多質量低的問題。通常我找不到答案,所以我發佈問答。很高興幫助某人 – Eoin
如果您覺得這是正確的答案,請將其標爲 – Eoin