• hi gang !
    want to know how do i make any word -or- picture a download link to something like a document / .pdf / video / audio?
    example:
    To download the ….
    “understanding the foreclosure process(.pdf or video or audio)” click here.

    so the reader would click on the words “click here” or an image maybe like the cover of a book or a screen shot of a video and would be able to download the item.
    thank you all in advance.

Viewing 1 replies (of 1 total)
  • This should work for all the type of files.

    <a href="https://www.exzample.com/wp-content/uploads/file.pdf">Click here</a>

    Click here

    And if you want to click the image to download a file:

    <a href="https://www.exzample.com/wp-content/uploads/file.pdf"><img src="The URL of the image">Click here</a>

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How-To: Make a word / picture/etc., downloadable link?’ is closed to new replies.