Parsing a URL from a field and replacing with HTML code

V

VT_Hokie

hi people,

heres my problem:

I have a field that contains multiple addresses (contacts) and it also
contains a website address

example:

Virginia Society for Clinical Laboratory Science
8900 Michaux Lane
Richmond, VA 23229
http://www.vscls.vavalleyweb.com

now, what I want to do is replace the URL with an HTML link... so it looks
like this:

Virginia Society for Clinical Laboratory Science
8900 Michaux Lane
Richmond, VA 23229
<a
href='http://www.vscls.vavalleyweb.com'>http://www.vscls.vavalleyweb.com'</a
What is the best way to do that??? Any ideas?? Please help!!

Thanks!
-billy
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top