References: Forcing linebreaks in \url
So, in a plain document with
\usepackage{url}
\begin{document}
You can find this at \url{very-long-url}.
\end{document}
the URL will be broken down, e.g. after slashes. When however \usepackage{hyperref} is in effect, breaks are inhibited. I tried adding \usepackage{breakurl} below hyperref, and while it does break URLs again, the colorful border that hyperref added is now very faint. How could this last issue be remedied?
\href{http://www.microsoft.com/msdn/csharp/blablabla.aspx}{How to cook}– Display Name Jan 10 '11 at 15:15