Often you wish to embed hypertext links inside of database text fields so your
users may click on the field's contents when viewing search results. By just typing
simple HTML tags, you can place hyperlinks to link to other websites, other pages
on your site, e-mail addresses, and images on the Web.
(1) Embed Page Links
You can use standard HTML tags such as <a href="http://www.eCriteria.net">Visit our site at http://www.eCriteria.net</a>
for URL links.
(2) E-mail Links
You can use statndard HTML tags such as <a href="mailto:myemailaddress@yahoo.com">Email me!</a> for email links.