hi, guys
my problem
I slice images in photoshop and save for web to get a html file and many small images
then I upload the images to server, I get urls for each image
I copy the image links to clipboard, the format is like below
https://img1.jpg
https://img2.jpg
https://img3.jpg
…
the html file, it contains local img src link like below
…
how to use clipboard first line http img link to replace the first img src local link in html file (only replace links, need to keep the width and height value in html file)
then use the second line http img link to replace the second img src local link
then the third…
…
anyone who can help, great thanks in advance