this is the code:
it appears like this:echo "<table border=0 cellpadding=2 cellspacing=0 style=border-collapse: collapse bordercolor=#111111>";
echo "<tr><td><b><font face=Verdana size=2 color=#0000FF> Fullname: </font></b></td>
<td><font face=Verdana size=2 color=#800000>{$row['CNOMEN']}, {$row['NOMRL']} ({$row['NOMBL']})</td>
<td></td>
<td><b><font face=Verdana size=2 color=#0000FF> Email: </font></b></td>
<td><font face=Verdana size=2 color=#800000>{$row['EMAIL']}</td>
</table>";
how do i make the email as an email link. on my output it is not as linkable as above!Fullname: Macleod, Vincent Email: templar@templar.net.
thanks again