Displaying Paypal button (form) next to text
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Displaying Paypal button (form) next to text’ is closed to new replies.