corcaigh Posted February 27, 2007 Posted February 27, 2007 I want to add the google checkout image underneath the "Powered by OSCommerce", and have it centered.: The code for their button is: <link rel="stylesheet" href="https://checkout.google.com/seller/accept/s.css" type="text/css" media="screen" /> <script type="text/javascript" src="https://checkout.google.com/seller/accept/j.js"></script> <script type="text/javascript">showMark(2);</script> <noscript><img src="https://checkout.google.com/seller/accept/images/ht.gif" width="182" height="44" alt="Google Checkout Acceptance Mark" /></noscript> but where/how do I put it in??? TIA :-"
Nullachtfuffzehn Posted February 28, 2007 Posted February 28, 2007 Enter the following code... <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><link rel="stylesheet" href="https://checkout.google.com/seller/accept/s.css" type="text/css" media="screen" /> <script type="text/javascript" src="https://checkout.google.com/seller/accept/j.js"></script> <script type="text/javascript">showMark(2);</script> <noscript><img src="https://checkout.google.com/seller/accept/images/ht.gif" width="182" height="44" alt="Google Checkout Acceptance Mark" /></noscript> </td> </tr> </table> before <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.