* This information is to help you post any image you find on the Internet and is sometimes referred to as "hot linking". You are not actually saving or storing the image, you are displaying the image by direct linking to it. This is not the method you would use for photos stored in such places as Photobucket, Flickr or EONS. Those sites as well as other storage sites offer you the code to copy and paste for display of the images.

IMAGE POSTING HELP FOR INTERNET EXPLORER USERS
This is what I hope to be a simple process for posting online pictures for Internet Explorer users.

  1. Copy and paste the code in (C) below to your wordpad, notepad or any word program. You could also paste to your posting window.
  2. Find a picture online that you want to use.
  3. Right click on the picture, the popup menu shown below (A) should appear.
  4. Left click on "Properties".
  5. The Properties window will appear (B).
  6. Highlight and copy the "Address (URL)".
  7. Highlight the text (url) (between the quotes " " ) in the code you copied from (C) and paste the address obtained in step 6.
  8. This has to be done for both incidents of the text (url) in the code copied from (C).
  9. You can if you want to change the word "description" in the code to anything you want to describe the image, this will not be seen.
  10. Copy and paste the finished code in to your posting window. This should be the first entry in your posting window.
  11. Add you text, preview and post. Example of posting window in (D)
A
image right click for IE
B
IE properties windows
C
  Choose which style you want, center, float right or float left, check examples below.

(Copy the code of your style below)
(center)
<a href="url"><img   style="float: center;"src="url" alt="description"></a>

     (float right)    
      <a href="url"><img style="float: right;" src="url" alt="description"></a>

(float left)
  <a href="url"><img style="float: left;" src="url" alt="description"></a>
 

(Example of code with the image url (address) inserted)
<a  href="http://www.piffe.com/funimages/monalisa3.jpg"><img  style="float: right;"  src="http://www.piffe.com/funimages/monalisa3.jpg" alt="description"></a>

D
This is an example of posting an image that floats right.
posting window
description
This is an example of a picture where the !style="float: center;"! code was used in the code. Notice the image remains above the text.
descriptionThis is an example of a picture where the !style="float: right;"! code was used in the code. Notice the image floats to the right of this text.
descriptionThis is an example of a picture where the !style="float: left;"! code was used in the code. Notice the image floats to the left of this text.