-
Image instead of default submit button
Question: How do I replace the DAP generated PP button with my own image?
Look for this line in the button code:
<input type="image" src="http://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal – its fast, free and secure!" />
Replace the "src" tag with the path to your own image file.
For example:
<input type="image" src="/dap/images/myimage,gif" border="0" name="submit" alt="Make payments with PayPal – its fast, free and secure!" />
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules