Hi,
Is it possible that when you update the menu, with say a new page you can apply this change to all the pages at once?
At the moment I am having to copy/paste the updated menu to each page individually!
Thank you.
Steve
Multiple page update
Re: Multiple page update
Yes, it is possible, but you will have to use a scripting language like PHP.
For example, create an empty file named menu.php and paste HTML code of the menu into that file. Next, place the following code into all your webpages:
Note, that you need to rename all your webpages from .html to .php so that PHP can actually work.
For example, create an empty file named menu.php and paste HTML code of the menu into that file. Next, place the following code into all your webpages:
Code: Select all
<?php include 'menu.php'; ?>
Nikolay Dutchuk
Blumentals Software
Blumentals Software
Re: Multiple page update
Hi Nikolajs,
Thank you for the info.
Would changing a web page from HTML to PHP effect anything, say for instance the listing on search engines?
Many thanks,
Steve
Thank you for the info.
Would changing a web page from HTML to PHP effect anything, say for instance the listing on search engines?
Many thanks,
Steve
Re: Multiple page update
Maybe yes, and maybe no.
It depends on the search engine.

Nikolay Dutchuk
Blumentals Software
Blumentals Software