PDA

View Full Version : a program for chaning text in hmtl files?


Meths
03-04-2003, 06:16 AM
I've got a cd rom I'm doing with about 100 html files and I might want to change a few colours right throughout the entire thing.

Does anyone know of a program or method of going through all the htm files and changing the actual markup language, kind of like the find and replace function in dreamweaver or any word processor.

For example, i might want to change the back ground colour from yellow to blue.

I search for the string of code like <body bgcolor="#FFFF00">
and replace it with <body bgcolor="#0000FF"> without all the tedious mucking about opening and saving files.

Any suggested programs or approaches?

Thanks

joh6nn
03-04-2003, 06:43 AM
http://www.codingforums.com/showthread.php?s=&threadid=14397

Meths
03-04-2003, 06:55 AM
Excellent.

many thanks.