v4.2 How can I use an image as a link to open/download a .pdf file.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi, I see how to insert the image, but the only options for a link apear to be a text link.  Is there something I'm missing?  

Thanks in advance!
4 years ago
Where are you inserting the image - using the editor ? An image can link to any type of file you may need to add a PDF file via FTP or alternate upload into to web area I.e /images/uploaded/file.pdf
4 years ago
Hi, thanks for the information.  Yes, I am trying to do in their editor with the insert image.  I can load the image just fine.  How do I make the image a link?  Just insert the html code myself?

Thanks
4 years ago
Work out what the URL is and test it
Use the Insert Link function
Paste the URL in Insert Link dialog box
4 years ago
When I do that, it puts a text link in.  It does not link the picture to the link.
4 years ago
Did you select the image before Inserting the link ?
Check the source - format for it should be
<a href="https://yourwebsite.com/link-to-opendownload-a-pdf-file"><img src="/images/uploaded/image.jpeg" alt="" width="100" height="100" /></a>
4 years ago
That worked great!  Thanks for your help.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.