looking for a html tool or editor - change navigation links in many pages at once

Discussion in 'HTML & Website Design' started by gthenappan, Oct 23, 2006.

  1. #1
    I have about 300 pages and I want to change the navigation links, I wan to know if there is any software I can use, which can change all the links at once….
     
    gthenappan, Oct 23, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use php to create a menu file and then just include that on all your pages.
     
    mad4, Oct 23, 2006 IP
  3. missdanni

    missdanni Guest

    Best Answers:
    0
    #3
    That would be ok but he/she would then still need to edit the pages to:
    1: remove old nav
    2: Add the new include

    While that method will simplify things for any future changes you will still need to preform a mass edit.

    You could use DreamWeaver and use the find & replace method.

    Do you currently have any form of editor?
     
    missdanni, Oct 23, 2006 IP
  4. rb3m

    rb3m Peon

    Messages:
    192
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    PSPad, a free text editor, also has a "Replace in files" function that's very handy for that sort of thing.
     
    rb3m, Oct 24, 2006 IP
  5. TuesZ

    TuesZ Well-Known Member

    Messages:
    934
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    163
    #5
    Good free editor at http://nvu.com/index.php - Also sounds like you want to make this as simple as possible and not update all your pages single time you want to make a change.

    You'll have to use an include, you can go with an SSI or PHP include. I would recommend PHP do some googling that shoudl help to get those setup.
     
    TuesZ, Oct 25, 2006 IP