Forums

Paypal Button Creating Line Break (1 post)

  1. Sarahml
    Member
    Posted 4 months ago #

    Hi, I am trying to insert a Paypal buy it now button on a page, but the button always shows up on the next line as if it is creating an invisible line break. I need the button to stay on the same line as my text.

    I've done some reading and I believe style=inline may be the answer, but I'm not sure where to input the code. Does the inline need to go in the css code of the theme, and if so where? The paypal code looks like this:

    <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="A78YRS23H6PVA">
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_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 for your help!

Reply

You must log in to post.

About this Topic