Place your curser over the image and right mouse click.From the menu left click "save picture as".
Your will now see your file box. Select the folder you want to save the file in or create and name a new folder.
You can rename the image you are saving or save it with its original name. Click "save".
HTML code for graphics:
The image above is named "BeautifulJesus2.gif". Its size is 468x60.To show this image on a web page this is what the code should look like.
<A HREF="http://www.cloudmesa.com/beautifuljesus/index.html">
<img src="BeautifulJesus2.gif" width="468" height="60" Border="0" ALT="Beautiful Jesus"></A>
If you placed this image in an image folder on your host, this would be the code.
<A HREF="http://www.cloudmesa.com/beautifuljesus/index.html">
<img src="images/BeautifulJesus2.gif" width="468" height="60" Border="0" ALT="Beautiful Jesus"></A>SIZING:
You can change the size of the graphic by changing the numbers at "width" and "height" although it's best to resize the image in your paint program first. Experiment with it till you get the size you want. Width and height attributes are necessary for faster page loading.
IMPORTANT:
Never link directly to an image. Stealing bandwidth is wrong.
Always download to your hard drive after you are sure you have permission to do so.