A (left) click on the PDF-link opens the JPG in a lightbox. Only a right click and "open in new Tab" opens the PDF.
I need the PDF-link to behave "normal", i.e. a left click should open the PDF.
Attached and linked is a screenshot of this part of the website and the source code again.
Thank you very much for your help!
- Code: Select all
- <div class="gk-photo gk-photo-right">
 <div>
 <a href="http://[REMOVED].jpg"><img src="http://[REMOVED].jpg" alt="Frühstück à la carte ..." /></a>
 <!-- The linked JPG is opened in the lightbox when clicking the PDF-link "Speisekarte" below -->
 </div>
 <div class="figcaption">
 <h3>Frühstück à la carte</h3>
 Frühstück à la carte servieren wir Ihnen täglich von 09:00 bis 11:00 Uhr.
 <a href="http://[REMOVED].pdf" target="_blank">Speisekarte</a>
 </div>
 </div>

