I want to add a hyperlink
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{http://de.wikipedia.org/wiki/Hybridorbital#Beispiele}
{http://de.wikipedia.org/wiki/Hybridorbital#Beispiele}
\end{document}
which has a # in the link, however if I enter it as \# Beispiele it won't open the link in the PDF and only if I leave the section after # will it open the page. However, I want it to open at a specific section in the webpage, which is coded by the # part.
\code``. Furthermore I made a minimal working example (MWE) of your code but adding a documentclass. – Tobi Apr 02 '13 at 11:10\\# Beispieleand not\# Beispiele(single backslash)? – Tobi Apr 02 '13 at 11:11