When selected use the Horizontal link it comes up with Store and I want to change it to Home. Is this easy to do? Take a look at my site to see what I am talking about. It the horizontal navigation link.
Thanks,
| HTML |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" id="HORNAVBAR" style="padding:4px"><a href="index.asp" class="horznavbar">Home</a> | <a href="index.asp?PageAction=COMPANY" class="horznavbar">Company</a> | <a href="index.asp?PageAction=CONTACTUS" class="horznavbar">Contact Us</a> | <a href="index.asp?PageAction=MYACCOUNT&Section=ORDERS" class="horznavbar">Order Tracking</a> | <a href="login.asp" class="horznavbar">Log In</a> </td> </tr> </table> |