Paypal Button

Creating and modifying plugins.
Post Reply
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Paypal Button

Post by d_cee »

Hi

I've put a paypal button in an HTML sidebar nugget on my blog but it insists on appearing on the page bigger than it should do. I've tried adding the image size to the code but it only seems to change the height dimension and ignores the width.

any ideas?

Dave Cummins
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Paypal Button

Post by garvinhicking »

Hi!

If you use the paypal HTML FORM template, you must pay attention that many s9y styles set the width of INPUT elements to a percentage or 200px. So you must reset the INPUT width in your CSS or via style=""...

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Thanks Garvin

I wrapped the button in a div and styled it inline as you suggested.
Works just fine.

thanks as ever

Dave
Post Reply