Rousie Posted October 17, 2007 Share Posted October 17, 2007 Well, been trying to add 2 boxes all night, so i can just have my SSL VERIFIED logo in one of them, and just Credit Car Logo's in the other.... Not sure if i want it on the left or right side yet, but either would do :) Read guides and downloaded contribs, but can't seem to get them right! 2 Simple boxes, with images in is all i want, and hoping someone can give me a simple guide to getting this done quickly! Thanks in advance guys, Dean Link to comment Share on other sites More sharing options...
madcrazygirl Posted October 17, 2007 Share Posted October 17, 2007 Perhaps just use the Banner Manager in admin? Then call the banner by copying the existing code from footer into the column_left etc. Link to comment Share on other sites More sharing options...
Rousie Posted October 17, 2007 Author Share Posted October 17, 2007 I don't have much of footer left, and don't want to use it if i can help it... Any other ideas? Dean Link to comment Share on other sites More sharing options...
Guest Posted October 17, 2007 Share Posted October 17, 2007 the contribution tableheader2.2 have a boxes and how to add one.Check it out. Link to comment Share on other sites More sharing options...
Rousie Posted October 17, 2007 Author Share Posted October 17, 2007 cant find it!? Link to comment Share on other sites More sharing options...
Guest Posted October 17, 2007 Share Posted October 17, 2007 In contributions there are a Infoboxes.Download a few of them and pick the one that is most easy to modyfi.That what I did and php and me do not go together.It took some trail and errors, but I made few for me.I do not know if there are some empty boxes out there. <?php /* $Id: add_a_quickie.php,v 1.10 2001/12/19 01:37:55 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2001 osCommerce Released under the GNU General Public License */ ?> <!-- add_a_quickie //--> <tr> <td> <table width="144" border="0" cellspacing="0" cellpadding="1" class="infoboxborder"> <tr> <td> <table width=100% border=0 cellpadding=0 cellspacing=0 class="infoBoxContents"> <tr> <td colspan=3 width="100%"> <img src="images/boxes/photography.jpg"></td> </tr> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => '<a href="http://www.jesphoto.net/service.html" target="_blank"><img src="images/camera.png"></a>' ); new infoBox($info_box_contents); ?> </td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- add_a_quickie_eof //--> This is my box what I edited-just remove my links and put there your links.Save as your name.php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.