3

I have written the following command to create a link with black or green color :

\documentclass[11pt,twoside,a4paper]{article}

\usepackage[margin=1.5in]{geometry}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linktoc=all,
linkcolor=black,
}
\begin{document}
For online \LaTeX ~solution click on the  link :
\href{http://stackexchange.com/}{http://stackexchange.com/}
\end{document}

Produces :

enter image description here

I want to change the link color as my choice ? How can I do that ?

Mico
  • 506,678

0 Answers0