- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在我的 WordPress 网站的页脚中嵌入了一个 MailChimp 注册表单,它使用我主题页面构建器中的原始 HTML 小部件。
多亏了我在这个网站上的一些帮助,我设法在同一行上获得了输入字段和订阅按钮。现在我只需要删除字段和按钮之间的一些空白区域并将所有内容居中。
这是我网站的链接,表格就在底部:
http://origamidotme.staging.wpengine.com
这是我的表单代码:
<!-- Begin MailChimp Signup Form -->
<style type="text/css">
#mc_embed_signup{background:#1b1d1f; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
#mce-EMAIL {display:inline-block; float:left; margin: 6px 20px 0 0;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://origami.us11.list-manage.com/subscribe/post?u=c46543dec276193775d525c9f&id=85cb8a5e0e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" size="100%" placeholder="Your Best Email" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">. <input type="text" name="b_c46543dec276193775d525c9f_85cb8a5e0e" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn border-width-0 btn-accent btn-round btn-flat"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
知道我需要添加什么来使该按钮更靠近字段的末尾,然后如何使整个按钮在我的页脚中居中吗?
在此先感谢您的帮助。
最佳答案
像这样更新代码:
<!-- Begin MailChimp Signup Form -->
<style type="text/css">
#mc_embed_signup {
background: #1b1d1f;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
width: 100%;
}
#mce-EMAIL {
display: inline-block;
padding: 12px;
}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://origami.us11.list-manage.com/subscribe/post?u=c46543dec276193775d525c9f&id=85cb8a5e0e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" size="100%" placeholder="Your Best Email" required>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn border-width-0 btn-accent btn-round btn-flat">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">. <input type="text" name="b_c46543dec276193775d525c9f_85cb8a5e0e" tabindex="-1" value=""></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
关于html - 如何调整嵌入式 MailChimp 表单的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47434094/
法律要求我在所有允许选择退出的电子邮件中都有一个链接。似乎该链接是 |UNSUB|合并标签链接直接指向 MailChimp 托管取消订阅表单。这没有帮助,因为如果有人取消订阅,我希望能够更新我自己的外
使用Mailchimp API,我取消了列表用户的订阅。然后,我立即发送新请求,以使用Mailchimp API重新订阅同一用户。 我收到400错误的错误请求,并显示以下消息: (...) as si
我为邮件黑猩猩选择了“全角”模板,但我一生都无法更改每行的背景颜色。 它允许标题使用全宽颜色条,但不允许随后的 block 使用全宽颜色条。我可以在其中放置内联样式或嵌入式 css,但我不知道如何定位
我正在使用 MailChimp 发送批量电子邮件。我正在使用合并标签来做到这一点。问题是我无法向标签添加超过 255 个字符。任何解决这个问题? 最佳答案 没有解决该限制的方法,不。通常,如果您想在这
一言以蔽之 我已经在我的域上配置了 SPF 政策,但我收到了一份失败的 dmarc 报告。我不明白为什么会出现这种故障。 更多上下文 我为我的域配置了以下 spf 策略 zerowasteparis.
Mailchimp 将每个表单与一个列表联系起来。 我想在 Page1.html 上有一个注册表单,将用户发送到 Page1ty.html,在 Page2.html 上有另一个表单,将用户发送到 Pa
我想通过过滤我已应用于预期子集的标签 ('test_tag') 上的列表来为电子邮件列表的子集创建一个 mailchimp 事件。我不确定正确的语法是什么。我找不到任何关于如何使用标签以编程方式创建任
我有一个带有名称和电子邮件字段的新闻通讯表单,提交后会使用MailChimp API将其发送到/api.mailchimp.com/3.0/lists/####/members。 据我了解,MailC
我一直想使用 MailChimp API,由于 v3 已经发布,我想使用它。我看到有一个类似于 v2 ( https://apidocs.mailchimp.com/api/2.0/helper/se
我的网站允许用户通过 Drupal MailChimp 模块使用 API 订阅 MailChimp 列表。但是,如果用户通过电子邮件中的链接取消订阅,然后决定通过访问我的网站并选中“订阅”框来重新订阅
我刚刚开始使用 mailchimp 作为我正在编写的 asp.net mvc 应用程序的解决方案。 我正在尝试使用 mcapinet.codeplex.com 包装器。 我已经基于其中一个预先创建的模
我想使用 Mailchimp Api 3.0 向自动化工作流程添加订阅者,但我找不到 workflow_id 的位置或 workflow_email_id位于...这是来自文档: POST /auto
我想为给定的事件自动收集取消订阅和清理的电子邮件帐户。 在 API 游乐场中,我看到了 List 实体上可用的所有方法。 退订 我看到它在 LIST API 中GET reports/xxxxxx/u
我正在为我的 MailChimp 事件配置 DKIM。 除了选中“验证此事件”复选框以使我的域识别 MailChimp 之外,我还需要做什么?为此,我需要在我的机器上安装 openDKIM 吗? 最佳
我想按“时事通讯”、“用户”和“成员(member)”对我的用户进行分组,并通过 API 发送电子邮件,如何才能实现这一点:http://apidocs.mailchimp.com/api/1.3/i
目前,我在 PHP 页面上有一个注册表单,它允许用户输入他们的姓名和电子邮件地址。 按下时,它会向服务器发送 AJAX POST,接收 postdata 的 PHP 脚本会获取它并使用 MailChi
是否有机会通过 API 填写可重复的部分?例如,我有产品列表,我只想在模板中包含一次产品部分,然后遍历集合。我已经阅读了之前关于这个主题的讨论并用谷歌搜索,但我仍然不明白是否可以通过 API。
我正在使用“操场”来测试创建一个段,但我不断收到验证错误 我的请求: { "name": "MyTest", "options": { "match": "any",
我正在尝试使用 MailChimp API v3.0 创建一个新的营销事件,但我没有看到任何方法允许我在 API 的资源中进行此操作。有谁知道我该怎么做? 最佳答案 当我最初回答这个问题时,这是不可能
我正在升级 Mailchimp 集成以使用最新版本的 API (V3)。 在 API V2 中,事件对象有一个 Web_Id,它是一个整数,可用于创建可浏览的 URL 链接。 EG:admin.mai
我是一名优秀的程序员,十分优秀!