Results 1 to 3 of 3

Thread: Web Page Global Changes

  1. #1
    Join Date
    Aug 2007
    Posts
    26
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Web Page Global Changes

    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?

  2. #2
    Join Date
    Mar 2008
    Posts
    122
    Thanks
    17
    Thanked 5 Times in 5 Posts

    Default

    If you have php on your server, You could include the file:

    PHP Code:
    <?php
    include 'your-file.php';
    ?>
    Please post if you need any more help.

  3. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    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

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •