|
|
|
|
|
by NumberFiveAlive
5660 days ago
|
|
In our online store 'The safer, easier way to pay.' is a part of the page. The logo gif and the markup is part of the specs when you implement Paypal. The code looks like this, and came directly from the Paypal implementation guide: <img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif" align="absmiddle" style="margin-right: 7px;" /><span style="font-size: 11px; font-family: Arial, Verdana;">The safer, easier way to pay.</span>
Edit: formatting |
|
Case in point, do a search for "Click here": http://www.google.com/search?q=click+here That's the ubiquity of the default generated code for inserting a Flash file on a web page.
PayPal has likely spent a ton of resources on figuring out exactly what is the best text to put there (and in what format), because they don't get to change it after the fact.