Buy Now Button

quincella
Contributor
Contributor

I own a website that displays a PayPal Buy Button that I want to link to my Paypal account. The issue I'm having is that the link comes with its own buy now button that is too small, but I'm unable to resize the button. Is there a way to create a link without the button, or if not to resize the PayPal button

 

Thank you,

 

Quin

Login to Me Too
2 REPLIES 2

niknah0
Contributor
Contributor

In the html on the website it should say something like...

 

<input type="image" src="https://www.paypalobjects.com/en_AU/i/btn/btn_subscribe_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">

 

Make your own button and change the src="..."  link to your own image, or change it to...

 

<input type="submit" value="Buy now" name="submit">

 

Login to Me Too

quincella
Contributor
Contributor

Thank you for your help. Unfortunately, I still was unable to get the button to change sizes. Is it at all possible to just reconfigure the button to make larger.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.