I have a question about display URL's that are stored in an SQL Server database.
Here is an example.
I have a field in a table called "Additionalinfo
" which stores this information.
Company Name
1 Street Name, Suburb
Ph: 0000 0000
W: http://www.google.com
When I display this information on the page it displays the information fine, however it doesn't make the URL active. It just displays it as plain text.
I would like to display it like this:
Company Name
1 Street Name, Suburb
Ph: 0000 0000
W: http://www.google.com
Is there any way I could make the URL active without changing the text to input into the database?
Any help would be greatly appreciated.