Question:

How to make a picture on FreeWebs downlable?

by  |  earlier

0 LIKES UnLike

I want to let people that visit my site be able to download images.

 Tags:

   Report

3 ANSWERS


  1. Sure, upload any image that you want to be available for download to your freewebs site, and create a link to it on your page.

    For example, put this in your source code:

    <a href="yourpichere.jpg" ><img src="yourpichere.jpg" style="border:none" /></a>

    If they click the image, it will either make them view it or download it. Just tell them to right-click and save as, and it will download.


  2. Browsers know how to display or open image formats using itself or a program associated with that format so it does not auto-trigger a download.

    Either instruct them how to download just the image or provide a zipped version of the image which will automatically trigger the browser to download it:

    <p><a href="image.zip" title="Download Zipped Image"><img style="width: XXpx; height: YYpx; border: 0;" src="image.jpg" alt="Text Description"></a></p>

    That will provide a mouseover tooltip to download image and make the image itself a link to the zipped one.

    Ron

  3. Just right click and save image as...

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.