PDA

View Full Version : Text link instead of button for Paypal donate


vanpelt
04-24-2007, 12:44 AM
Pardon my ignorance, I think I posted this in the wrong forum before, so posting it here...

Can someone please tell me how to make a clickable link instead of a button for a paypal donate form? I've got the code for a button from Paypal but I'm not sure how to make it a text link instead. TIA

Kungfu
04-24-2007, 04:44 PM
just replace the <img ....> with your text.

So it should be <a href="somethinghere">Click Here</a>

there might be more, but thats the general idea. Just replace that entire image tag from <img to > with your text.