Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Header Link not hte same as scheme


kirkside

Recommended Posts

Posted

After some playing I was able to add a new link to the header of the page, just between My Account and Cart Contents. Unfortunately, the link does not look the same as the other headings. It does work though. Here is a snippet of the line:

 

<a href="http://www.mywebsite.co.uk"; ?><class="headerNavigation"><?php echo Forums; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  | 

 

The font is now black instead of white.

Posted

<a href="http://www.mywebsite.co.uk" class="headerNavigation"><?php echo Forums; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  | 

 

try that

 

dahui

Posted

Firstly, wow that was quick.

 

Secondly, thank so much for giving me the solution so quickly. Did the job.

 

Thanks again.

Archived

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

×
×
  • Create New...