Hi,
please look at the site http://eatsoba.net/ i used apple_Zen template here. but the logo it got oval shapped. the image dimenssion is 144px X 144px . I made the change as follows
/includes/languages/english/apple_zen/header.php -->
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/');
define('HEADER_LOGO_WIDTH', '144px');
define('HEADER_LOGO_HEIGHT', '144px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
But still the error in displaying the logo. it got oval shapped. the width not working, I tested with different height, it is working. But in case of width, it is not working. default width taking 223px any how.
Please help me to solve this problem
-WDH



