Friday, September 23, 2011

How can i change the navigation links without changing every web page?

Is it possible to change the navigation links without opening and changing every webpage when I insert or remove a new page?How can i change the navigation links without changing every web page?Or if your using Dreamweaver make your menu a library file so that when you make one update it is made site wide and not just in one instance. Use Adobe help for enquiring about Library filesHow can i change the navigation links without changing every web page?Make the navigation bar (or whatever you're using) a separate file, and include it in every page (you'll have to create your pages dynmiclly, server-side). Then if you change the bar in that file to add a new page, all pages will have the change.How can i change the navigation links without changing every web page?It is possible to add say a javascript to each webpage to add a menu which refers to a single file for the links, all you then need to do is alter the one file and the links all change.



I can't remember the programming to do that but its one solutionHow can i change the navigation links without changing every web page?You can use a php script to change the code in every file automatically when you change it. You can find one to edit code online.How can i change the navigation links without changing every web page?To do this you will have to rename the file to .php



So here's the code;



%26lt;php? Include%26quot;(THENAVBARFILE.PHP)%26quot; ?%26gt;