Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to add the link on header navigator bar

How to add the link on header navigator bar

Locked

Views: 1,099

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
28 Oct 2007, 8:11 PM
#1
idtags avatar

idtags

Zen Follower

Join Date:
Aug 2005
Posts:
315
Plugin Contributions:
0

How to add the link on header navigator bar

Hello,

I would like to add **Home** link to the header

I edited includes/templates/<your_template>/common/tpl_header.php file per this suggestion "**How to add the forum link on header navigator bar**"

I see good code in Source file http://idtagsonline.com/store/

<div id="headerWrapper"> <!--bof-navigation display--> <div id="navMainWrapper"> <div id="navMain"> <ul class="back"> <li><a href="http://idtagsonline.com/store/">Store</a></li> <li><a href="http://idtagsonline.com/store/index.php?main_page=login">Log In</a></li>

<li><a href="http://www.idtagsonline.com/>Home</a></li>

</ul> </div>

But Search field looks like owerlapping **Home **link (I speculate).

To check it, I am asking for help to find where is control for position of Search Field.
I would like to move it to the right.

Before I added code: COLOR="red"]<li><a href="http://www.idtagsonline.com/>Home</a></li>[/COLOR]

Search Field was on very right position

Thanks for the help in advance.