• I’m trying to get a paypal button (form) to be listed right after some text.

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="display:inline;">
    <p>This is a test:
    <input type="hidden" name="cmd" value="_s-xclick"/>
    <input type="hidden" name="hosted_button_id" value="SomeValue"/>
    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
    <img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"/>
     </p>
    </form>

    This works fine if I place it in some HTML editor, but when I use the code in wordpress with the Sequel theme, it doesn’t work and the button shows up below the text.
    I’m not very CSS savy so am curious if something with the theme may prevent this from working?

    any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Glura,

    I’m sorry, but you can place it just in HTML or you can find a customize plugin that can help you.

    Best regards,

    Madalin

    Thread Starter glura

    (@glura)

    It works in html.
    See https://jsfiddle.net/w6w5uc91/
    the button will display to the right of the label.

    However, when using this form code on a page using the sequel theme, the form button will display below the text with a large gap between text and button.

    thanks,
    gary

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying Paypal button (form) next to text’ is closed to new replies.