This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mail-tag: ulink


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>foo.bar@acme.org</email>
  ...
</address>

The email gets transformed into the text "<foo.bar@acme.org>" where the
substring without the angle brackets is a hyperlink to
"mailto:foo.bar@acme.org";.

Or did you mean a more general approach like email-links in e.g. a
paragraph? Then using

<ulink url="mailto:foo.bar@acme.org";>eMail to Foo Bar</ulink>

should do the trick.

HTH,
Steffen.

-- 
  http://w3studi.informatik.uni-stuttgart.de/~maiersn/
mailto:Steffen.Maier@studserv.uni-stuttgart.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]