Help - Search - Members - Calendar
Full Version: Changing The Store Link
MonsterSmallBusiness Forums > MonsterWebDesign > Designing Your Storefront
in2nascar
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,
ForumAdmin
Can't be done using our default system, but you could always make your own smile.gif Try dropping this code at the bottom of your header:
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>

Now you can edit all the text any way you want to. wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.