Clyde,
On the Payment Information page in the Payment Method field there is a small PayPal logo and "Save time. Check out securely. Pay without sharing your financial information."
I believe the code is currently
<fieldset>
<legend>Payment Method</legend>
<input type="hidden" name="payment" value="paypal" /><label for="pmt-paypal" class="radioButtonLabel"><img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif" alt="Checkout with PayPal" title="Checkout with PayPal" /> <span class="smallText">Save time. Check out securely. <br />Pay without sharing your financial information.</span></label>
<br class="clearBoth" />
<br class="clearBoth" />
</fieldset>
I would like to replace that small PayPal logo and text with a PayPal Solutions Graphic, 253 X 80 pixels.
The code for the new logo is as follows
<!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
<tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->
If you need a reference for my code source I found it on the PayPal Online Logo Center
here
I hope this is easy.
Will
Bookmarks