I commented those lines out again and it's showing up as the constant name. Also, where in the files would I physically place center tags so the logo will get centered.
I just want to get rid of that header_sales_text. I have no use for it.
Thanks
I commented those lines out again and it's showing up as the constant name. Also, where in the files would I physically place center tags so the logo will get centered.
I just want to get rid of that header_sales_text. I have no use for it.
Thanks
Firstly, don't comment out anything...
Then in
This code is from catalog/includes/languages/english/your_template/header.php
Make sure:-
PHP Code:define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '750px');
define('HEADER_LOGO_HEIGHT', '104px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Then, in your stylesheet...
Then, re-create your logo.gif so that it corresponds with the dimensions in header.php above - centering the graphic as follows:PHP Code:#taglineWrapper, #tagline {display:none;}
Thanks. Got it all done and even found the page so I could physically get it centered.
Thanks again.
Anita