Hi there. Does anybody know of a wep page editor which can edit certain strings in a group of pages. For example I have around a 100 pages, and I would like to change the adsense code for all of them ... is this possible ?
Your scripts and css should be external to the html. That is best practice. Else, you run into the issue you have now. I'm sorry I can't offer more specific help. I'm not sure how I'd do it, should I let myself go there. It would probably involve bash, grep and sed, to find the adsense blocks and delete them, and add a link to the external file. cheers, gary
Thanks for your interest. I managed to find a way around it though. I identified a text editor that finds and replases strings in multiple files ... its called UltraEdit-32. Unfortunately it has a 45day trial ... I wonder if anybody knew of a similar freeware program.
I use Scite - its a decent, multiple tabbed text editor with syntax highlighting etc etc. With it you can open say 100 files at once in different tabs, then do a search replace etc. http://scintilla.sourceforge.net/SciTEDownload.html