Log in

View Full Version : Web Page Global Changes



royce
12-04-2008, 02:37 PM
Is there a way to make a global change to ALL pages on a web site that have been created from the same basic template?

As my site grows, any change to the main menu is adding up to a lot of work!
I understand the use of CSS to make a global style change...but what content like the entire main menu?

hmsnacker123
12-11-2008, 02:49 AM
If you have php on your server, You could include the file:



<?php
include 'your-file.php';
?>


Please post if you need any more help.

Snookerman
12-11-2008, 08:27 AM
In case you're using .html extensions and don't want to change all your pages you can take a look at this thread:

http://www.dynamicdrive.com/forums/showthread.php?t=39533 (http://www.dynamicdrive.com/forums/showthread.php?t=39533)