I got a page with about 200 outbound links go to diffrent sponsors. I want to make all the links redirect to ONE specific link. Is this possible with out changeing all the linking codes by hand?
Is this possible?
Collapse
X
-
Tags: None
-
-
-
Originally posted by HizAzPhunYou need a find and replace utility that allows variables ...
Find <a href="*"> Replace with <a href="NEW URL">
Search google for "Useful File Utilities" it is a great program and I believe should be able to do it for you.
Thanks i will check into that
Comment
-
-
Yeah, you can do that in unix using "awk".Comment


Comment