will32 Posted November 4, 2005 Posted November 4, 2005 Hi, I have a gif image which i would like to place next to the os commerce logo. on the top. Can someone give me the code and which file to edit so this can be done. Thanks
Guest Posted November 4, 2005 Posted November 4, 2005 Hi, I have a gif image which i would like to place next to the os commerce logo. on the top. Can someone give me the code and which file to edit so this can be done. Thanks Heres an easy fix :) download the oscommerce logo, open up your favourite image editor, make the new image the size of the os commerce logo plus yours, insert both into the new image. Save the image with the same file name and extension as the oscommerce one, upload your new image into the site and walla side by side :)
xIllu Posted November 4, 2005 Posted November 4, 2005 Hi, I have a gif image which i would like to place next to the os commerce logo. on the top. Can someone give me the code and which file to edit so this can be done. Thanks if you want to change the filename you want to use open your header.php in catalog/includes and look for <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<br><div align="center"><a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', '') . '</a></div><br>'; ?></td> </tr> </table> here you can change the tep_image(DIR_WS_IMAGES . 'oscommerce.gif', '') oscommerce.gif to any file you want.. make sure you upload it into catalog/images
will32 Posted November 5, 2005 Author Posted November 5, 2005 Hi, Thanks for the reply. Ok i have changed the os Logo on top left with my logo. But the image file i want to add next to it is a different, It's a flashing neon gif image. Is ther any code that i can put in the header.php to call this file next to my logo. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.