
Cómo hacer un subrayado para mi URL, lo intenté \underline
pero no es útil, coloca el texto sobre las páginas.
\documentclass[12pt,oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage[OT6,T1]{fontenc}
\usepackage{xcolor}
\usepackage{hyperref}
\hypersetup{
urlbordercolor=black,
pdfborderstyle={/S/U/W 1}
}
\begin{document}
The URL is \url{http://testing.com}.
\end{document}