I dont know if there is a standard utility to do the following.
Lets suppose I have a page open and am linking to 20 different pages or links.
ex:
<a href = link1.html>
<a href = link2.html>
.
.
Now I have a text file that has the following
txtlink1
txtlink2
.
.
.
Is it possible for me based on a certain identifier to replace link1 with txtlink1 and link2 with txtlink2
Oh and by the way, just to make it easier, maybe "link1" and "link" could be s specific string like "?????". so if I have 10 instances of "?????" in my file, and I have ten lines of text in the other file. Then line 1 from second file should replace the first instance of "?????" in file1 and second line should replace second instance of "?????" and so forth..Thanks
Lets suppose I have a page open and am linking to 20 different pages or links.
ex:
<a href = link1.html>
<a href = link2.html>
.
.
Now I have a text file that has the following
txtlink1
txtlink2
.
.
.
Is it possible for me based on a certain identifier to replace link1 with txtlink1 and link2 with txtlink2
Oh and by the way, just to make it easier, maybe "link1" and "link" could be s specific string like "?????". so if I have 10 instances of "?????" in my file, and I have ten lines of text in the other file. Then line 1 from second file should replace the first instance of "?????" in file1 and second line should replace second instance of "?????" and so forth..Thanks