Below is my code,
\documentclass{article}
\usepackage[breaklinks]{hyperref}
\hypersetup{
pdfpagemode=none,%
colorlinks,%
citecolor=blue,%
filecolor=blue,%
linkcolor=blue,%
urlcolor=blue
}
\begin{document}
This a Sample, This a Sample, This a Sample, This a Sample, This i\href{http://dx.doi.org/10.1007/BF0000000}{\textbf{32}, 396 (1964)}
\end{document}
I am using dvi2ps and ps2pdf to create PDF output, my problem is hyperlink not working when the link text is broken, please guide me,
As shown in the below image, first line link doesn't show the link as second line of text

Thanks in Advance
Thanks for the help
Below code is working fine
\documentclass{article}
\usepackage[breaklinks]{hyperref}
\usepackage{breakurl}
\usepackage{url}
\hypersetup{
pdfpagemode=none,%
colorlinks,%
citecolor=blue,%
filecolor=blue,%
linkcolor=blue,%
urlcolor=blue
}
\begin{document}
If you have any questions, at \burlalt{www.goooooggggggle.comssss}{32, 396, (1964)}
If you have any questions, at have any questions, at have have \burlalt{www.goooooggggggle.comssss}{32, 396, (1964)}
\end{document}
But now my minor issue is i can't able to use \textbf{} in
\burlalt{www.goooooggggggle.comssss}{\textbf{32}, 396, (1964)}
actually i am new to latex, so kindly guide me,
breaklinksoption, load thebreakurlpackage instead. Would you agree? – Mico May 21 '14 at 06:53pdflatexor ... and I am back, where I have started with a long list of possibilities. – Heiko Oberdiek May 21 '14 at 06:59breakurl'sREADME: "The breakurl is an extension to hyperref package that allows line-breakable\url-like links when compiling via latex + dvips + ps2pdf"." – Heiko Oberdiek May 21 '14 at 10:30\burlaltis treated as URL and not as general LaTeX markup. – Heiko Oberdiek May 23 '14 at 01:51soul. – Heiko Oberdiek May 23 '14 at 04:28