PayPal width?

Soldato
Joined
30 Nov 2005
Posts
3,084
Location
London
Why does is the PayPal button using the code from the PayPal site, is so wide?

See the image below taken from Dreamweaver.

paypalpj0.jpg


The problem is that when I put it into my real website it pushes everything down because of its width.

How do I change this?
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----
PAYPAL CODE REMOVED FOR SAFETY
-----END PKCS7-----
">
</form>
 
Back
Top Bottom