Forums

Centering PayPal button (6 posts)

  1. applied5564
    Member
    Posted 6 months ago #

    How do you center a PayPal button. here is what PayPal gave me:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="C5TS3DB3ZBUNA">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">

    </form>

    Thanks

  2. SwansonPhotos
    Member
    Posted 6 months ago #

    <table align="center">
    <tbody>
    <tr>
    <td>
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="C5TS3DB3ZBUNA">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    </td>
    </tr>
    </tbody>
    </table>
  3. SwansonPhotos
    Member
    Posted 6 months ago #

    BTW, I would not leave that code on this forum, it reveals hidden data!

  4. applied5564
    Member
    Posted 6 months ago #

    I put in the above html code and it just showed the code on the visual. Suggestions?

    PS: Thank you for taking your time. Do you do this for a living? I am looking for someone to assist me.

  5. SwansonPhotos
    Member
    Posted 6 months ago #

    If you are simply using the writer in your dashboard, you need to add this is HTML view (see tabs upper right of that box).

    Contact me

  6. brian
    Member
    Posted 5 months ago #

    End of December,

    Had exactly the same problem, and came accross this post. Cut and pasted the relevant bits and it worked! Brilliant.

    Cheers!

    Brian

Reply

You must log in to post.

About this Topic