Page 1 of 1

making a link field

Posted: Wed Dec 18, 2002 3:06 pm
by sirTemplar
help again!

this is the code:
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>";
it appears like this:
Fullname: Macleod, Vincent Email: templar@templar.net.
how do i make the email as an email link. on my output it is not as linkable as above!

thanks again

Posted: Wed Dec 18, 2002 5:43 pm
by pistolfire99
Hey,
Check this link, might be of help...

http://www.phpbuilder.com/board/showthr ... ilto+email

Good Luck,

thanks

Posted: Thu Dec 19, 2002 2:50 am
by sirTemplar
thank you! i was able to figure it out through the link you gave! all the best! ciao!
:D

sirTemplar