Hi all,
Wonder if anyone has a solution to my problem here.
I've got an Intranet site with a few thousand pages and this is stored on a shared drive on the local file server. We may be moving this to a web server soon and we may have a problem because not all the links were made relative. So there are about 850 links that start
<a href="file

BR><BR>I can do a find and replace but the problem is that not all the pages are in the same place...Is there a simple way of changing the links to relative while maintaining a valid link?<BR><BR>E.g. current link is <a href="File:///C:/My Documents/mylinkedpage.html>click here<end tag>
The link it should be is: <a href="""../../../my documents/mylinkedpage.html>click here<end tag>
I'm guessing that it will have to be a manual process but hopefully someone will prove me wrong and come up with some amazing way of doing it ?
Cheers
Bookmarks