teak paypal button
ocean
Registered Users Posts: 6 Big grins
Hi!
I have added a paypal button on my webpage but would like to tweak it but I do not know code.
The paypal button is added with html code copied from paypal site, it appears slightly on the left, what code do i need to add for it to appear centered?
I would also like paypal to open as a new tab, how can I do this?
Thanks for any advice or help! :)
Oisín
I have added a paypal button on my webpage but would like to tweak it but I do not know code.
The paypal button is added with html code copied from paypal site, it appears slightly on the left, what code do i need to add for it to appear centered?
I would also like paypal to open as a new tab, how can I do this?
Thanks for any advice or help! :)
Oisín
0
Comments
We will need to see it live. Do you have a link to that page?
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
My website is www.oisingormallyphotography.com, click on Information Mariage, English
Add this to your theme's custom CSS:
To have the PayPal to open up into a new page, find this
target="_top"
in your PayPal code:<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" autocomplete="off">
Change it to
target="_blank"
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you so much!! :smile: