Need html help

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Jan 25, 2014 9:45 pm
Reply with quote
Report this post
I am having trouble lining up the button so it sit right under neath the input box, I am using mailchimp html code.

Code: Select all
<p> </p>
<!-- Begin MailChimp Signup Form -->
<p> </p>
<div id="mc_embed_signup"><form id="mc-embedded-subscribe-form" class="validate" action="my api key" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank"><label for="mce-EMAIL"></label> <input id="mce-EMAIL" class="email" name="EMAIL" required="" type="email" value="" placeholder="email address" /> <!-- 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;"><input name="second api value" type="text" value="" /></div>
<div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Subscribe" /></div>
</form></div>
<!--End mc_embed_signup-->
User avatar
Senior Boarder

GK User
Sat Jan 25, 2014 9:58 pm
Reply with quote
Report this post
Hi,
I saw that is problem with button ... but screenshot :( is too small and ...
I hope that you know That you are asking us for custom job, and your sourcecode is not complete.

p.s.
Tip: http://www.gavick.com/documentation/gen ... er-module/
User avatar
Platinum Boarder

GK User
Sat Jan 25, 2014 10:21 pm
Reply with quote
Report this post
But you can try to use this, I made only very small changes:

Code: Select all
<!-- Begin MailChimp Signup Form -->
<p> </p>
<div id="mc_embed_signup"><form id="mc-embedded-subscribe-form" class="validate" action="my api key" method="post" name="mc-embedded-subscribe-form" target="_blank"><label for="mce-EMAIL"></label> <input id="mce-EMAIL" class="email" type="email" name="EMAIL" value="" /> <!-- 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;"><input type="text" name="second api value" value="" /></div>
<div class="clear" style="margin:15px 0;">
  <input id="mc-embedded-subscribe" class="button" style=" float: none;margin: 0 auto;" type="submit" name="subscribe" value="Subscribe" /></div>
</form></div>
<p> </p>
<!--End mc_embed_signup-->


and Red button will be at the middle under input field - which is good also for mobile devices
User avatar
Platinum Boarder


cron