apples: -------------------------------------------------------------------------------- Hi,
I need do some search and replace. ... The code is meant to start with http://, but it for some reason has deleted the http:// part and all the code now shows is ../ See here........ ------------------------------------------------------- @import url(../www.google.com/cse/api/branding.css); src="../pagead2.googlesyndication.com/pagead/show_ads.js"> ... -------------------------------------------------------------------------------- Hi, if I understand correctly, that the only problem, with your mirrored pages is the presence of "../" instead of "http://", it should be possible using the Replace in files function in PSPad (Menu Search :: Search/Replace in files) You just have to set the directory with the files, the correct encoding, and the patterns. However, it's important, that there must not be any other "../" (e.g. parent directory notation) in your files as these would be also replaced. Maybe it is a good idea first to experiment with search in files and check the results befor you use replace. hth, vbr -- <http://forum.pspad.com/read.php?2,49350,49351> PSPad freeware editor http://www.pspad.com
