Hi.....
I have a small doubt............
I have a page which is used to send mail.
In the mail I want a link to be specified. I have written this link in the message part of the mail. this is a a text area.
I have used anchor tag.but it ain't working
I have written it this way
<textarea>
this is used to intimate you that you have a request pending.
to approve this click the following link
<a href=[URL]http://localhost:8080/travel/t_form.jsp[/URL]> userlogin</a>
</textarea>
the link is being displayed as a text rather than a link