> -----Original Message----- > From: Huber Evelyne > > I'd like to have a link on each page to the top of the page. > I used to do it with <ulink url="#"/>. How can I do it in Docbook 5.0?
You can do it with <link xlink:href="#">...</link>, which becomes <a href="#">...</a> in HTML. This works with many browsers (even though it is non-standard behaviour, AFAIK). See also http://www.docbook.org/docs/howto/#changes-linking. /MJ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
