Making Changes to Menu Links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Donnazee
    Corporal

    • Jul 2009
    • 16

    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
  • Donnazee
    Corporal

    • Jul 2009
    • 16

    #2
    Re: Making Changes to Menu Links

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

    Comment

    • Armands1991

      #3
      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

      Comment

      • Watdaflip
        Major General

        • Sep 2005
        • 2116

        #4
        Re: Making Changes to Menu Links

        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

        Comment

        • wysiwyg4
          Major

          • Nov 2007
          • 477

          #5
          Re: Making Changes to Menu Links

          I think the question was about the menu.

          Read on the php
          Learn how to include multiple files into one PHP file and learn why this is useful in Tizag.com's PHP Include lesson.


          Then read on implementation.


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

          Shafi
          Doable Personal Finance

          Comment

          • Armands1991

            #6
            Re: Making Changes to Menu Links

            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.

            Comment

            Working...
            X