Advertisement:

Paypal Donation Button Border

Aloittaja triple, lokakuu 24, 2007, 06:43:13 IP

« edellinen - seuraava »

triple

Hello, my Theme has a Black back ground, i wanted to use my border for the paypal button.

all works out fine, but it creates a white border around my banner. 

i've pinpointed the problem to this html code.

<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">

<input type="image" is causing the problem, but i'm not skilled enough to fix it?

triple

i wanted to use my BANNER for the paypal button, "sorry"

triple

here is the full code

<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.MY BANNER.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_US/i/scr/pixel.gif" width="1" height="1">

<input type="hidden" name="encrypted" value="-----BEGIN  this is secret code, shuuuuu">
</form>

triple

'ok, i figured it out... you have to replace one of the border="0" with style="border:1px solid black;"

Advertisement: