【问题标题】:Mailchimp email template : survey question in a button / survey design improvementMailchimp 电子邮件模板:按钮中的调查问题/调查设计改进
【发布时间】:2019-03-12 04:29:52
【问题描述】:

使用 Mailchimp 模板,有没有办法使用按钮来构建调查。

例如,我可以完美地工作:

我想使用按钮以这种方式创建调查:

但是当我使用预览或发送电子邮件时,我会得到这个:

有没有办法实现这一目标或改进调查设计?

谢谢。

【问题讨论】:

    标签: mailchimp


    【解决方案1】:

    问题很可能是由HTML编码引起的,你应该用这个<替换<,用这个>替换>

    1. < = <

    2. > = >

    这是一个例子:

    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>
          <div>
            <!--[if mso]>
              <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://litmus.com" style="height:36px;v-text-anchor:middle;width:150px;" arcsize="5%" strokecolor="#EB7035" fillcolor="#EB7035">
                <w:anchorlock/>
                <center style="color:#ffffff;font-family:Helvetica, Arial,sans-serif;font-size:16px;">I am a button &rarr;</center>
              </v:roundrect>
            <![endif]-->
            <a href="#" style="background-color:#EB7035;border:1px solid #EB7035;border-radius:3px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:16px;line-height:44px;text-align:center;text-decoration:none;width:150px;-webkit-text-size-adjust:none;mso-hide:all;">I am a button &rarr;</a>
          </div>
        </td>
      </tr>
    </table>

    附加:您可以使用此网站对您的模板进行编码:

    https://opinionatedgeek.com/Codecs/HtmlEncoder

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-03-24
      • 2019-01-26
      • 1970-01-01
      • 1970-01-01
      • 2012-10-18
      • 2017-05-13
      • 2014-09-01
      • 2015-03-11
      相关资源
      最近更新 更多