Paypal Buttons Distorting
-
I’m hoping someone can help me. I’m not sure if my problem is a Thesis issue or WordPress. I have created some Paypal buttons for my services but when I add the code for them, they are really big and blurred, not the button size I created at all (I’ve created my own buttons in photoshop). It’s not the buttons because I use the same buttons on my other sites (not wordpress, another platform) and they work fine. I can get them to work in the sidebars when I embed the code into a text widget, but not within a post.
I followed the advice of another podt similar to this but it didn’t work for me. It advised to add .paypal input {width:auto;}to the bottom of style.css which I did and also to…
When you use PayPal button script, try changing:
<form method=”post” action=”https://www.paypal.com/cgi-bin/webscr” style=”text-align: center;”>
to
<form method=”post” class=”paypal” action=”https://www.paypal.com/cgi-bin/webscr” style=”text-align: center;”>
which could do becasue my Paypla code didn’t have the <form method=”post” action=”https://www.paypal.com/cgi-bin/webscr” style=”text-align: center;”> to adjust.
Here’s my paypal code…
<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=”5VNH854F9XPZ2″>
<input type=”image” src=”https://www.maverickcreative.com.au/assets/images/webelements/paypalbuttons/LLB_BuyNow.jpg” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online.”>
<img alt=”” border=”0″ src=”https://www.paypal.com/en_AU/i/scr/pixel.gif” width=”1″ height=”1″>
</form>Any advice would be most appreciated, I don’t want to use text links to Paypal, I’d prefer to use Buy Now buttons.
- The topic ‘Paypal Buttons Distorting’ is closed to new replies.