Possible Duplicate:
Remove ugly borders around clickable crossreferences and hyperlinks
I want to generate a pdf from latex with hyperlinking text - i.e. when some part of text in the pdf is clicked, the associated URL should be opened.
I know that this could be done by \href{webpage address}{(My Text)} but this generates a blue box around the text. I don't want to see the blue box around, just when the user moves the mouse cursor over it, I want to show the hand cursor - and then the user can click to visit the link.
How can this be done?