Hyperlink for Email

wxdqz

New Member
Now I have another trivial question. I got the hyperlink for the URL working now I have been pondering the Email hyperlink.
I have tried:
<TD>%s</TD>
<TD><A HREF=http://www.phpbuilder.com/board/archive/index.php/\"mail to:%s\">E Mail</A></TD>
<TD><A HREF=\"http://%s\" target=\"_blank\">Web Site</A></TD>

AND
<TD>%s</TD>
<TD><A HREF=\"http://mail to:%s\">E Mail</A></TD>
<TD><A HREF=\"http://%s\" target=\"_blank\">Web Site</A></TD>

Niether of them work. The first displays <!-- m --><a class="postlink" href="http://mysite.com/[email protected]">http://mysite.com/[email protected]</a><!-- m -->
The second displays
<!-- m --><a class="postlink" href="http://mailto:[email protected]">http://mailto:[email protected]</a><!-- m -->
Any suggestions?
Thanks
Matt
 
Back
Top