askdesign
5/26/2015 - 9:49 PM

Paypal Buttons (DIY)

Paypal Buttons (DIY)

1. Create your own button.
2. Upload it to your website.
3. Make note of the URL.
4. Paste the URL into the Paypal configuration area.
5. The Paypal preview will not display it (unfortunately), but it does work.
/* --- 10.24.17 This code will probably not work with an SSL certificate --- */
/* --- 10.18.17 Must have HTTPS / SSL certificate installed to use your own Paypal button --- */
/* --- 1.3.14 DIY Paypal Buttons, found at: http://visitsteve.com/made/diy-paypal-buttons/
CSS code (used on Zamir site with adjustments): --- */
.button {
 width: 170px; //change width of button here
 height: 32px;
 color: #2e3192;
 text-decoration: none;
 display: block;
 text-align: center;
 position: relative;
}