Hi I have a pay pal button that I want to change to a text link if this is ok?
This is part of the button link below It would be nice to have Add to Basket as the text link & if possible a choice of size & colour of text. It’s the highlighted part I am trying to change below. (I think)
I always get lost with this.
Thanks.
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="http://www.collectors-info.com/paypal1.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="add" value="1">
This is part of the button link below It would be nice to have Add to Basket as the text link & if possible a choice of size & colour of text. It’s the highlighted part I am trying to change below. (I think)
I always get lost with this.
Thanks.
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="http://www.collectors-info.com/paypal1.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="add" value="1">
Comment