Code: Select all
\documentclass[10pt]{article}
\usepackage{color,hyperref}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\hypersetup{colorlinks,breaklinks,
linkcolor=darkblue,urlcolor=darkblue,
anchorcolor=darkblue,citecolor=darkblue}
\begin{document}
\href{http://www.fsu.edu/}{Florida State University}, 2000 - 2002
\end{document}
But when compiling with pdfLatex, they do work in just the PDF, but I don't get a DVI doc with hyperlinks. I would like to use DVI because it's an open format.