Can you put a hyperlink in an image on SharePoint Server 2019?

Tevon2.0 1,101 Reputation points
2023-06-30T17:27:26.2333333+00:00

How can I possibly put a hyperlink into an image on SharePoint 2019? I have an image that I've created and I'd like people to be able to click on the image to be taken to another part of the site. I'm open to work around as well. I just need to know how to go about it if possible. I was previously informed that canvas hyperlinks only work as a PDF. I would even be content with knowing how to display the image as an open PDF (I would embed the URL within).

User's image

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,289 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,594 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,881 questions
{count} vote

1 answer

Sort by: Most helpful
  1. ChengFeng - MSFT 5,020 Reputation points Microsoft Vendor
    2023-07-03T03:12:21.1966667+00:00

    Hi @Tevon2.0

    Do you want to insert link other address link in picture on sharepoint 2019 and address point to PDF file?

    In SharePoint 2019 site page, there is no direct option to add hyperlink to image using out-of-the-box.

    But you can try to use web part page, wrap the img tag with A tag, and the A tag points to the PDF file

    <a href="URL_HERE">
        <img src="IMAGE_URL_HERE" alt="Image" />
    </a>
    
    
    

    User's image

    User's image

    Here is test result:

    User's image

    If the above methods do not work, try alternatives:

    https://video2.skills-academy.com/en-us/answers/questions/497090/linking-a-url-to-an-image-webpart-on-a-modern-page


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards

    Cheng Feng