Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Dear All,
In simple HTML website we can put simple menu for linked webpages.
To get the all page linked together we have to keep all links in all the webpage.

<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">Service</a></li>
</ul>


If we add some more pages then we have to add that link in all the pages,so how to manage all the links in one web page and then call that page to every page.
So that if we update in one page and it will come in all the pages simultaneously as we are applying css using one link in <head> tag.

Here we are using HTML and CSS for menu and submenu links.

Please reply...
Thanks in advance.
-Programmer
Posted
Updated 12-Dec-12 17:57pm
v3

1 solution

I think you need a masterpage. It's easy in ASP.NET , for other languages I can't say.
 
Share this answer
 
Comments
hiteshprajpati 11-Dec-12 6:34am    
Yes, In asp.net its too easy using navigation menu and Masterpage but how to do it in HTML using CSS or anything else without using Asp.net functionality.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900