Does anyone have any tricks to making the same change on multiple html pages? When I make a new entry on a menu I have to change everypage. Is there some sort of global change trick in FrontPage or Dreamweaver that can do this? I guess this is where frames are beneficial. Thanks
The other option is get a good text editor like TextPad and use it's search and replace functionality.
We ran into trouble with our host on using server side includes (they claimed we were using up too much server resources) and went to client side includes.
Dreamweaver has a good Find and Replace feature to were you just copy the code you want to find, open up the Find and Replace window (I think it is under the Edit menu) and then tell Dreamweaver which folders and files to look at then copy and paste in the code you want to replace the old code with. Then I hit Find All so that I can check over all the files dreamweaver finds, then I hit Replace All and it will replace all the old text with the new text. I'd also recommend backing up all these files in another folder just in case you or Dreamweaver makes a misake. Also if you have all your website files in one folder or folders within that folder, or even better, exactly like (file structure wise) what is uploaded to the server, then you can use dreamweaver to "Define a Site" and features in there might be able to do this sort of thing. I know if you have a "Define a Site" you can change your file names easily and have all the links to them updated automatically. HTH