Help With Paypal Button Alignment

3 replies
  • WEB DESIGN
  • |
Hi,

How do I get this paypal button aligned in the center for a blogger
blog I just built.

Here's the blog 2002 Diet & Weight Loss Keywords With High Search Count & Low Competition
#alignment #button #paypal
  • Profile picture of the author highbids
    Sorry thats not going align the button
    {{ DiscussionBoard.errors[1289422].message }}
    • Profile picture of the author john_kennedy
      Try this:

      You currently have:

      <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><br />
      <input type="hidden" name="hosted_button_id" value="8984446"><br />
      <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><br />
      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
      </form><div style="text-align: center;"></div>
      Change it to:

      <div style="text-align: center;"><form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><br />
      <input type="hidden" name="hosted_button_id" value="8984446"><br />
      <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><br />
      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
      </form></div>
      Can't say for sure it will work, but who knows.

      John
      {{ DiscussionBoard.errors[1289500].message }}
  • Profile picture of the author highbids
    That did the trick.
    {{ DiscussionBoard.errors[1289899].message }}

Trending Topics