integrity_labels Posted September 1, 2008 Posted September 1, 2008 How do I insert my own image into the index page? I have a shop banner that I want as a "main" image for the front of the store and it has been uploaded to inex/images but I am not sure how to get it to show in the actual store etc. I am new to this php stuff so please bare with me. Regards Casey
keithwilliams Posted September 1, 2008 Posted September 1, 2008 How do I insert my own image into the index page? I have a shop banner that I want as a "main" image for the front of the store and it has been uploaded to inex/images but I am not sure how to get it to show in the actual store etc. I am new to this php stuff so please bare with me. Regards Casey Hiya, If your store is currently showing the osCommerce banner, then the simplest way to get yours displayed would be to rename your banner to the same as the osc banner. (I think it's 'store_logo' but double check in your images folder) Hope this helps! In life, try everything three times... First, just to see if you like it. A Second, to see if you were mistaken the first, And a third, to see if you tire of it quickly...
integrity_labels Posted September 1, 2008 Author Posted September 1, 2008 Hiya,If your store is currently showing the osCommerce banner, then the simplest way to get yours displayed would be to rename your banner to the same as the osc banner. (I think it's 'store_logo' but double check in your images folder) Hope this helps! Hi thanks for the reply I should have been a little clearer though in my original message. I am actually looking at putting a LARGER banner in the main section of the index (where the new products used to be displayed which I have now removed). Regards Casey
keithwilliams Posted September 1, 2008 Posted September 1, 2008 Hi thanks for the replyI should have been a little clearer though in my original message. I am actually looking at putting a LARGER banner in the main section of the index (where the new products used to be displayed which I have now removed). Regards Casey So at the point in the index.php code where you removed the 'new products' table, can you not just insert a new table with your banner in it? Something like... <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading" align="center"><?php echo tep_image(DIR_WS_IMAGES . 'your_banner.jpg', 'Your alt text'); ?></td> </tr> </table> In life, try everything three times... First, just to see if you like it. A Second, to see if you were mistaken the first, And a third, to see if you tire of it quickly...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.