twitchtoo:
This is a bit off:
<!--bof-branding display-->
<div id="logoWrapper">
<div id="cos-top">
<div><span class="my-cart">
Please <a href="index.php?main_page=login">Login</a> or <a href="index.php?main_page=login">Create an Account</a></span>
<div class="prod-in-cart">
<a style="color:#fff;" href="http://jdmengineworld.com/index.php?main_page=shopping_cart">Your cart is empty.</a>
</div></div>
</div>
<div id="logo"><a href="http://jdmengineworld.com/"><img src="includes/templates/e-ssentials/images/logo.gif" alt="Powered by Zen Cart :: The Art of E-Commerce" title=" Powered by Zen Cart :: The Art of E-Commerce " width="190" height="269" /></a></div>
<div id="taglineWrapper">
<div id="navMainSearch">
Mostly because your includes/templates/YOUR_TEMPLATE/common/tpl_header.php contains something displaying in the left sidebox.
I wonder if 'cos-top' is playing a role, some add in perhaps?
i been in the tpl_header.php so many times and i cant find it all i see is this for the logo id (zencart) but no url
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
and then i also see this but nothing else for the display after that
</div>
<br class="clearBoth" />
<!--eof-branding display-->
<!--eof-header logo and navigation display-->
but when i run it through my firefox browser and use firebug i see this
<div id="logo">
<a href="http://jdmengineworld.com/">
<img width="190" height="269" title=" Powered by Zen Cart :: The Art of E-Commerce " alt="Powered by Zen Cart :: The Art of E-Commerce" src="includes/templates/e-ssentials/images/logo.gif">
</a>
just wish i knew where to change the URL for the href because its not in tpl_header
thanks - Paul