English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a website which contains of at least 150 pages.
I need to change and modify an HTML code (part of it) for all webpages.
I m trying to prevent opening every page and modifying the code.
Is there anyways or any program that can basically search and replace a code statement in multiple pages.?

Thanks,

2006-11-27 08:59:12 · 5 answers · asked by Dizin 1 in Computers & Internet Internet

5 answers

There are text editors that will let you do a search and replace on multiple files in a subdirectory. I personally use UltraEdit32, on occasion, to do just what you're looking to do. Works very quickly and even shows you how many times it replaced the code in how many files.

2006-11-27 09:10:54 · answer #1 · answered by ryumaou01 1 · 0 0

This is where templates are a god send.

You might want to look into using templates that way, you only edit the template and it applies the edits throughout all your pages. Using server side scripting (like php, asp, cfm or cgi) you can use a templating system easily.


for now, i suggest looking for a text editor that can do a "find and Replace" to apply edits across all pages that contain the same coding or text. Dreamweaver has this built in.

2006-11-27 09:11:02 · answer #2 · answered by arus.geo 7 · 0 0

I had this html tag in my html document:


replaced the 1st character, the "below sign", with here 4 letters (i will't variety the characters next to a minimum of one yet another, or it particularly is switched over decrease back to the less than sign, for the reason that this answer field is composed of HTML too): & l t ; the certainly hr code displayed on the internet web site wisely (whilst displayed on the internet web site, the 4 letters are switched over decrease back to a "below sign"): large question!

2016-10-04 10:44:11 · answer #3 · answered by ? 4 · 0 0

you would have to open all pages in an editor to make the change.

Most likely you could have avoided this if you used CSS.

2006-11-27 09:03:15 · answer #4 · answered by Anonymous · 0 0

You could use css, but you will have to reference it on all pages

2006-11-27 09:02:06 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers