+ Reply to Thread
Results 1 to 6 of 6

Thread: Making Changes to Menu Links
      
   

  1. #1
    Donnazee is offline Corporal
    Join Date
    Jul 2009
    Posts
    16

    Default Making Changes to Menu Links

    Hope someone can help.

    I have so far created around 25 pages to my website and it's for my work at home business.

    Last night I realised that one of my menu links had an error eg: i left a space instead of putting an underscore. I then had to go to all 25 pages and make the alteration.

    Is there another way of doing this as I'd hate to have to make a change to 50 plus pages in the future?

    I've only published around 10 pages to the web so far to try it out.

    Hope someone can help.

    www.deezeedesigns.com.au

  2. #2
    Donnazee is offline Corporal
    Join Date
    Jul 2009
    Posts
    16

    Default Re: Making Changes to Menu Links

    No problem - I discovered inline frames and have worked it out myself!

  3. #3
    Armands1991 Guest

    Default Re: Making Changes to Menu Links

    <SCRIPT LANGUAGE="JavaScript">
    <!-- Script
    window.location="http://www.yourdomain.com/";
    // -->
    </script>

    If you make a mistake in page, you can paste this in Head Tags of that page after uploading. This is redirecation script

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Making Changes to Menu Links

    Quote Originally Posted by Armands1991 View Post
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Script
    window.location="http://www.yourdomain.com/";
    // -->
    </script>

    If you make a mistake in page, you can paste this in Head Tags of that page after uploading. This is redirecation script
    It's a better idea to actual fix the link then to setup a redirect just to save time (especially a client side redirect)

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  5. #5
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: Making Changes to Menu Links

    I think the question was about the menu.

    Read on the php
    http://www.tizag.com/phpT/include.php

    Then read on implementation.
    http://www.mywebsiteworkout.com/webs...age-menu.shtml

    Implementation takes time but once you do it,
    it gets a lot easier.

    Shafi

  6. #6
    Armands1991 Guest

    Default Re: Making Changes to Menu Links

    Quote Originally Posted by Watdaflip View Post
    It's a better idea to actual fix the link then to setup a redirect just to save time (especially a client side redirect)
    But if you want to fix it, you have to do it in every page which you made.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49