Myspace Layouts - Xbox Mod Chip - Buy Anything On eBay - Loans - 1-shoes-shopping.com

PDA

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


gthenappan
Oct 23rd 2006, 4:12 am
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….

mad4
Oct 23rd 2006, 4:13 am
Use php to create a menu file and then just include that on all your pages.

missdanni
Oct 23rd 2006, 5:03 am
Use php to create a menu file and then just include that on all your pages.

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?

rb3m
Oct 24th 2006, 8:01 pm
PSPad, a free text editor, also has a "Replace in files" function that's very handy for that sort of thing.

TuesZ
Oct 25th 2006, 5:55 am
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.