tomliuwhite Posted February 16, 2006 Posted February 16, 2006 I want to change the logo of oscommerce. I want the logo to be a MAXIMUM of 800 width. So I go to catalog/includes/header.php... and find these codes: <tr class="header"> <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> But I do not know how to change? What shall i do? Many thanks in advance.
Jack_mcs Posted February 16, 2006 Posted February 16, 2006 You can add width and height attributes to that call but you would be better off making the image the size you want. It will look better and load faster. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.