How Can I Make a Long List of URLs Clickable?
May 3, 2006 7:22 PM
Subscribe
MakeMyPhotosClickableFilter:
I have a list of URLs that is about 2000 long. The problem is that none of them begin with http:// and are therefore not "clickable." I need to post this list on my website and allow people to click on the links, rather than cut n paste and have them add the http:// ..... What method could I use to add the http:// and make it "clickable" without actually typing it into each url one-by-one (which would take me forever). Examples of the URLs are below (they are non-working, I just made them up - but are similar to the long list I have).....
img301.imageshack.us/img301/7323/freepic26nt.jpg
images3.theimagehosting.com/albums/754/5088064.jpg
Is there *anything* I could use, paste my list into, etc. that would automatically make them clickable?
posted by Gerard Sorme to computers & internet (23 comments total)
One way to do it is to open up an excel spreadsheet, and paste your list of URLs into the spreadsheet. You should now have one column with a URL in each of 2000 cells.
Then, insert a column to the left of that column. fill it up with http://. Then merge the two columns (look for help in Excel under "merge cells")
posted by Brian James at 7:28 PM on May 3, 2006