I have the following code;
\documentclass[12pt]{article}
\usepackage[ansinew]{inputenc}
\usepackage{array}
\usepackage{color}
\usepackage{amsmath,amsthm}
\usepackage{amsxtra}
\usepackage{amstext}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{enumerate}
\usepackage{hyperref}
\begin{document}
To purchase further copies of this pdf, or to purchase the hard copy version, please visit \url{<http://www.further-risps.co.uk>}\\
\begin{center}
Please visit the \href{<https://www.facebook.com/furtherrisps/>}{<Further Risps Facebook Page>} to comment or feed back on the tasks.
\end{center}
\end{document}
When I click on the http://www.further-risps.co.uk url, Adobe Acrobat says it 'does not allow connection to...'.
The second \href link gives me strange punctuation in the pdf and the same 'does not allow...' message.
Any help gratefully received. Best wishes, Jonny
General ⇒ \hyperref hyperlinks
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
\hyperref hyperlinks
Why do you have < and > around the url? Remove it.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 7
- Joined: Fri Jan 04, 2019 6:41 pm
\hyperref hyperlinks
Yes, this looks to be working fine now; many thanks for your help.