Is there any way to turn this: hxxp://justsomeurl.com/someotherstuff into <a href="hxxp://justsomeurl.com/someotherstuff">hxxp://justsomeurl.com/someotherstuff</a> for a long list of several hundred urls to copy and paste without doing one by one? I've searched - some can convert txt urls into live html links but there's no way to save or copy the entire list.
you can simply use excel for this conversion in first colum you should set <a href=" in second column you should set your urls in third column you should set "> in fourth column again you should set your urls as you did in second colum in fifth column you should set </a> finally you can merge all colums or you can select all colums and row with text then copy and paste them into notepad
Can you give us a sample of how the domains look, that way we can propose an ideal solution. Such as, what kind of file is it saved as, is it 1 domain after the other, separated by a space, line, etc? Basically you might need to use Regular Expressions to do a search and replace and fill in the blanks with the anchor code.
worked to a certain extent, but lots of cleaning up to do with these characters: "</a><
I agree with jimahesh, what's the point of using Excel when you can do a find replace with nearly any text editor?