screege Posted May 7, 2008 Share Posted May 7, 2008 Hi I was wondering if there is an easy way to make a box with this code: <script type="text/javascript" src="https://seal.XRamp.com/seal.asp?type=B"></script> Thanks in advanced. Link to comment Share on other sites More sharing options...
Guest Posted May 7, 2008 Share Posted May 7, 2008 Hi Look at this http://addons.oscommerce.com/info/4417 and play with it. Link to comment Share on other sites More sharing options...
germ Posted May 8, 2008 Share Posted May 8, 2008 If you want to add it to your left column or right column, just add it at the end of /includes/column_left.php or /includes/column_right.php like this: <tr><td> ***** ERASE THIS LINE AND PUT YOUR CODE HERE ***** </td></tr> Just put that code AFTER the last line in the file: ?> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
screege Posted May 8, 2008 Author Share Posted May 8, 2008 If you want to add it to your left column or right column, just add it at the end of /includes/column_left.php or /includes/column_right.php like this: <tr><td> ***** ERASE THIS LINE AND PUT YOUR CODE HERE ***** </td></tr> Just put that code AFTER the last line in the file: ?> Thanks a lot it works like a charm <?php /* $Id: xramp.php,v 1.22 2003/02/10 22:31:05 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ ?> <tr><td> <script type="text/javascript" src="https://seal.XRamp.com/seal.asp?type=B"></script> </td></tr> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.