Possible Duplicate:
Remove ugly borders around clickable cross-references and hyperlinks
Let's say we have document with url:
\documentclass[a4paper,10pt]{article}
\usepackage{hyperref}
\begin{document}
\url{https://tex.stackexchange.com/}
\end{document}
How to get rid of box around url (and ensure it's black) ?
(pdflatex)