Exploding Garrmondo Weiner Interactive Swiss Army Penis

Exploding Garrmondo Weiner Interactive Swiss Army Penis (http://www.gamingforce.org/forums/index.php)
-   Help Desk (http://www.gamingforce.org/forums/forumdisplay.php?f=36)
-   -   Multiple HTML file editing? (http://www.gamingforce.org/forums/showthread.php?t=4238)

Erocental Apr 13, 2006 06:05 PM

Multiple HTML file editing?
 
Hi!

I did a big mistake and the way I have set up my site is pretty bad. Each page is individually coded with the links, so if i wanted to add a new link to the menu I would have to manually go to Dreamweaver and edit the javascript lines etc. of each HTML page so that they are all up to date. Is there any software or something that can mass edit my HTML files so i can insert new lines of code into each in the right place automatically? Thanks! ^^;

Duminas Apr 13, 2006 06:15 PM

If you are using Dreamweaver, just create a new Library item that contains your menu and drop it into all your pages where the menu belongs. That way, you can just edit the library item and tell it to update all pages which depend upon it without you doing anything.

Sir VG Apr 13, 2006 06:16 PM

Since you use Dreamweaver, just do the following. Open EVERY page that has the change, then use the piece just before or after the change and use find/replace all.

For example...

Code:

<a href="http://link1.html">link1</a>
So I tell dreamweaver to find the avoid and replace it with...

Code:

<a href="http://link1.html">link1</a>
<a href="http://link2.html">link2</a>

And make sure the option is marked to do it on all open pages.

If this doesn't work like I recall, you CAN do it for certain with a tabbed notepad editor like Editpad.

Little Shithead Apr 13, 2006 06:32 PM

If that's how you do your webpage, I will honestly recommend you look into server-side includes.

Not really hard, and they'll save you a ton of time when it comes to editing stuff that's shared between many pages.


All times are GMT -5. The time now is 07:52 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2026, vBulletin Solutions, Inc.