Targeting URL's in textfiles

what is the correct syntax for targeting a url from a text file?

i know this sounds stupid but i can’t get it to work

URL,target="_blank"

Thast the code I am using but it just doesnt work

Just use the following:

<a href="http://www.linkedsite.com" target="_blank">Click here</a>

That’s what I use and it works for me.

Cello

na blank is not working, I don’t know what I am doin wrong?

OMG. lmao. I had a comma before the target. hey thanks a lot buddy…

No probs - Cello