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.
- Copy and paste the code in (C) below to
your wordpad,
notepad or any word program. You could also paste to your posting
window.
- Find a picture online that you want to use.
- Right click on the picture, the popup menu shown below (A)
should appear.
- Left click on "Properties".
- The Properties window will appear (B).
- Highlight and copy the "Address (URL)".
- Highlight the text (url) (between the quotes " "
) in the code you copied
from (C) and paste the address obtained in step 6.
- This has to be done for both incidents of the text (url) in
the code copied from (C).
- 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.
- Copy and paste the finished code in to your posting window.
This should be the first entry in your posting window.
- Add you text, preview and post. Example of posting window
in (D)
|
A

|
B

|
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.

|

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.
|
This
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. |
This 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.
|
|
|