Page 1 of 1

Paypal Button

Posted: Thu Apr 27, 2006 5:47 pm
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

Re: Paypal Button

Posted: Fri Apr 28, 2006 10:27 am
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

Posted: Fri Apr 28, 2006 1:18 pm
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