View Full Version : Menu system Question
knightfxsolutions230484
12-10-2009, 09:17 AM
I want to Keep the header text on the menu, but right now it goes to pages that was created that i will not be using in this site, yet i want to keep the contact menu tab, what is the best method, edit the template and have the link link to nothing or what is you suggestion?
Eric Mittman
12-10-2009, 06:15 PM
So you have a link in your menu that is going to a page that will not be in the live site? A menu link will go to a particular page, if you do not want to include the link to the page you can just remove it. I'm not sure that I understand the problem fully though, please post back and include some more detail, a link or some screen shots would be best.
knightfxsolutions230484
12-11-2009, 02:47 PM
On my home page and the other pages the services, videos, gallery,contact menu tab are not to connect to a web page they are to just be there to act as a marker for the user to go to then the actual items below og to the web page. The test page is at:
http://test.html.ultrawatercreations.com/
IF I was in dreamweaver I would just leave this blank then it would not take me to a web page or deliver an erro messag of page not found, since i am gettin used to the web asisit tools how do i accomplish this, in the tools. I have every tool you make so which ever tool is better let me know.
Thanks for the assist.
Eric Mittman
12-11-2009, 03:26 PM
Thank you for that, it is exactly what I was looking for. I will use the contact item as the example here.
If you would like this link to remain but just not take the user to another page you will need to set the href attribute to be #.
in menu.php
<a class="link" href="/contact.php">Contact</a>
change to
<a class="link" href="#">Contact</a>
knightfxsolutions230484
12-11-2009, 03:43 PM
Thanks!!!!!!!!!!!!!!
Eric Mittman
12-15-2009, 12:25 PM
Your welcome, let us know if you have any other questions or encounter any issues.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.