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!" />