Can anyone help me with the HTML needed to center my sign up form ?

3 replies
Hi guys,

Just a quick one,

I keep messing this up so asking for help I would like to center my sign up form as its postitioned on the right hand side of the page and would like to know the HTML snippet needed to make it sit in the center of the page

Heres the sign up form code .

<script type="text/javascript" src="https://app.getresponse.com/view_webform_v2.js?u=B2VFp&webforms_id=2570402"></script>

And heres a section of the actualpage including the sign up form..

<p><span style="font-size: 16px"><span style="font-size: 18px"><font size="5">Get your affiliate link here:&nbsp;&nbsp;&nbsp; <a href="https://www.jvzoo.com/affiliates/info/193739">https://www.jvzoo.com/affiliates/info/193739</a></font> </span></span></p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p style="text-align: center"><strong><span style="font-size: 26px"><span style="color: #0000cd">First Sign Up Here for Affiliate Program Updates </span></span></strong></p>

<p style="text-align: center"><strong><span style="font-size: 26px"><span style="color: #0000cd"><span>&amp; New Training Programs</span></span></span></strong><span style="font-size: 16px"><script type="text/javascript" src="https://app.getresponse.com/view_webform_v2.js?u=B2VFp&webforms_id=2570402"></script></span></p>

<p style="text-align: center">&nbsp;</p>

<p style="text-align: center">&nbsp;</p>

<p><span style="font-size: 22px">Affiliate Tools:</span></p>

<p><span style="font-size: 20px">Banner Ads &amp; Email Swipes</span></p>


Any help would be awesome
Thanks so much
#center #form #html #needed #sign
  • Profile picture of the author GeckoTribe
    I don't know for certain whether this will work correctly in every browser -- if the size isn't the same on all platforms/browsers, then it may not be exactly centered. But on my computer, the box is 306 pixels wide, so the following code will center it.

    Code:
    <div style="width:306px;margin:0 auto;">
    <script type="text/javascript" src="https://app.getresponse.com/view_webform_v2.js?u=B2VFp&webforms_id=2570402"></script>
    </div>
    Signature

    Antone Roundy

    Want up to 57 bloggers to support your blog? Join a Team (free).

    Keep your blog active faster and easier with "Blog Riffing":
    * Free: PDF, High Impact Blog Riffing Course

    {{ DiscussionBoard.errors[10456970].message }}
    • Profile picture of the author professorrosado
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">

      <head>
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
      <title>Get your affiliate link here</title>
      </head>

      <body>
      <p><span style="font-size: 16px"><span style="font-size: 18px"><font size="5">Get your affiliate link here:&nbsp;&nbsp;&nbsp; <a href="https://www.jvzoo.com/affiliates/info/193739">https://www.jvzoo.com/affiliates/info/193739</a></font> </span></span></p>

      <p>&nbsp;</p>

      <p>&nbsp;</p>

      <p style="text-align: center"><strong><span style="font-size: 26px"><span style="color: #0000cd">First Sign Up Here for Affiliate Program Updates </span></span></strong></p>

      <p style="text-align: center"><strong><span style="font-size: 26px"><span style="color: #0000cd"><span>&amp; New Training Programs</span></span></span></strong><span style="font-size: 16px"><center><script type="text/javascript" src="https://app.getresponse.com/view_webform_v2.js?u=B2VFp&webforms_id=2570402"></script></center></span></p>

      <p style="text-align: center">&nbsp;</p>

      <p style="text-align: center">&nbsp;</p>

      <p><span style="font-size: 22px">Affiliate Tools:</span></p>

      <p><span style="font-size: 20px">Banner Ads &amp; Email Swipes</span></p>

      </body>

      </html>
      {{ DiscussionBoard.errors[10457048].message }}
  • Profile picture of the author onSubie
    Code questions go here:
    Programming
    {{ DiscussionBoard.errors[10457267].message }}

Trending Topics