Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nav bar code


lerningkurv

Recommended Posts

I have been trying to put the "welcome guest" phrase in the nav bar.

Pretty much got it done but not all of the text seems to be using the "headerNavigation" class

could someone point out my error please

Thanks a bunch

 

<table border="0" width="100%" cellspacing="0" cellpadding="1">
 <tr class="headerNavigation">
<td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>
<td align="left" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><?php } ?><?php echo tep_customer_greeting(); ?>  |  <a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>
  </td>
 </tr>
</table>

Link to comment
Share on other sites

was that response meant for my question ?

I have put the "welcome * would you like to login or create an acount" inside the headerNavigation bar

I just want all of the contents to use the class=headerNavigation and cant seem to figure that part out

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...