hi i need to be able to show the links from the field 'Facebook' as a link, it is showing as text?the display is working, it loops each act name and lists the facebook link but i want the link to by a button with the ahrefSet objRs = Server.CreateObject("ADODB.Recordset")strSQL ="SELECT `Name`, `FaceBook` FROM `Contacts` WHERE Contact='"&strContact&"' "objRS.Open strSQL, objconnstrA = objRS("ActName")%><table border="0"> <%do until objrs.EOF%> <tr><%for each x in objrs.Fields%><td align="left"> <%Response.Write(x.value)%></td><%next%></tr><%objrs.MoveNextloop%>