I'm using barebone Template, and i originally wanted to add a logo banner that was 1024 by 155 and adjusted the height - but that wasn't working. is there a size limit on the Logo you can use in the header? Now I'm just trying to get the zen cart logo back up, but that is not working.
Any help would be great. Thanks
includes/templates/CUSTOM/images/your_image_name.??? and
includes/languages/ENGLISH/header.php
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '1020px');
define('HEADER_LOGO_HEIGHT', '155px');
define('HEADER_LOGO_IMAGE', 'logo.gif');



