Forum Moderators: open
The problem is that the image code looks like this:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="store@example.com">
<input name="submit" type="image" src="cart.gif">
<input type="hidden" name="display" value="1">
</form>
Any ideas on how I can do that?
Thanks
I thought there was a way to make it into standard text, but when I tried it, the link didn't work.
I tried it again this morning, and I guess I must have typed something wrong the first time, because now I've gotten it to work.
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_cart&business=store@example.com&display=1">text</a>
Thanks