Hi, yves.
Is there any way to make items of bibliography list as a hyperlink? I'd like to use URL field from source as a link but I don't want to show link text in the bibliography list?
Comments: ** Comment from web user: Yves **
Is there any way to make items of bibliography list as a hyperlink? I'd like to use URL field from source as a link but I don't want to show link text in the bibliography list?
Comments: ** Comment from web user: Yves **
Sorry but from your explaination it is not clear to me what you are trying to achieve.
If you just use the %URL% variable then the URL will be displayed as ordinary text inside your bibliography. If you use the l parameter, so %URL:l% the URL will be displayed as a clickable link.
If you want to make an entire entry a clickable link, then you might try <a href='{%URL%}'>the rest of your entry here.>/a:< . Basically the same thing you would do when introducing bold, italics, ...
But I would advise against that approach as it is highly unlikely that you will have a URL for each entry.