I moved some of my files into a new directory in order to clean it up, and found that it causes all of my img tags to display incorrectly. How do I go abouts replacing the <img src= with <img src=/ in all of the documents in that folder?
Lets see, its all template driven.
And as an example, here is what it looks like... kinda.
<img src="http://www.mysite.com/newdir/images/whateverimage.gif">
when it should and did look like
<img src="http://www.mysite.com/images/whateverimage.gif">
Also, because of how it is programmed, the only way to do it is either figure out how to replace it, or to upload all of my images into that new directory, which would be very space consuming. Please help!