On Thu, 7 Mar 2002, Lars Bj�rndal wrote: > How can I get a link to the mail address in html file within the > mail-tag? I've tried the ulink-tag. Validation works, but I don't get > the link to the address. Is there a solution?
The following worked for me: <address> <firstname>Foo</firstname><surname>Bar</surname> <email>[EMAIL PROTECTED]</email> ... </address> The email gets transformed into the text "<[EMAIL PROTECTED]>" where the substring without the angle brackets is a hyperlink to "mailto:[EMAIL PROTECTED]". Or did you mean a more general approach like email-links in e.g. a paragraph? Then using <ulink url="mailto:[EMAIL PROTECTED]">eMail to Foo Bar</ulink> should do the trick. HTH, Steffen. -- http://w3studi.informatik.uni-stuttgart.de/~maiersn/ mailto:[EMAIL PROTECTED]
