Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Logo Link problem


markystars

Recommended Posts

Posted

Hello,

 

I seem to have an issue with my store logo not being a link (back to the homepage), here is the code i am using in includes/header.php :

 

 

 


<div id="header" class="grid_24">
<div id="storeLogo"style="position:absolute;z-index:0;><?php echo '<a href="http://www.mbcofoodstores.com">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></div>

 

and if i remove the :

 

 

style="position:absolute;z-index:0;

 

then the logo becomes a link but the cart contents, checkout and my account boxes end up half way down the page.

 

Any help on this would be very much appreciated.

 

thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...