Here is my site
http://bythetee.com/
Also I tried to remove zencart logo.gif & place by my logo.gif dose not show up?
Here is my site
http://bythetee.com/
Also I tried to remove zencart logo.gif & place by my logo.gif dose not show up?
You can disable the advertisements in various places: Tools > Banner Manager, Tools > Layout Boxes Controller (sideboxes), Tools > Define Pages Editor (define_main_page.php)
What steps did you take to try to replace the stock logo.gif with your own? What folders did you use?
Before you do any more work, please read in the FAQs "Template Customization/ Building Overrides" section about making your own custom template folder. You should leave /classic/ as is so you can switch to it in case of template problems for debugging. If you like it for a starting point, copy its folders to your custom template name and do modifications there. Otherwise you can install a free template from Plugins (some like Future Zen are very simple and give a base with no code clutter).
There should also be an FAQ with complete details on how to replace the logo.
Are you fluent in these languages??How do I add French ,Italy & Japanese Language?
You will need to be to add description text along with any other pages you have customized
ie main page, privacy, etc
Tools > Banner Manager, to remove all banners
Your logo can be found at http://bythetee.com/includes/templat.../header_bg.jpg
Upload a new logo to the location
header_bg.jpg is completely different from logo.gif. It is strictly called by the stylesheet and not by PHP files, and is not your logo (although some use it for that purpose). If your custom logo.gif is the same size as the stock version, simply saving your version in /includes/templates/your_template/images/ will cause it to override the stock /template_default/ version. If it is a different size or name, you will need to follow the tutorial on logos to edit a PHP file so it shows up correctly.
Do you have a custom template folder yet? (See the tutorials on templates.)