|
VOSI Banner & Link Exchange
Using an Image as a Link
A visitor to your Web site will be able to click through to
Voices of Safety International (VOSI) by clicking on the
image. To make this happen, the name of the image must appear
after IMG SRC in your HTML document. Here is an example of a
link to VOSI's home page using the vosibanner1.gif button:
The HTML
| <A
HREF="http://www.voicesofsafety.com"><IMG
SRC="vosibanner1.gif" BORDER="0"
alt="Voices of Safety International"></A> |
How to copy images
PC users: Right-click on the image and choose "Save
Picture/Image As".
Mac users: Click and hold down over the image and choose
"Save This Image As".
More detailed instructions
If you are using Netscape Navigator or Microsoft Internet
Explorer, first place the cursor above the image you want to
copy. Next, if you are using a PC or Unix-based system, click
and hold down the right mouse button; on a Mac, hold down the
single mouse button. A small popup menu will appear after a
few seconds, offering you a "Save as..." or
"Download image..." option to save a copy of the
image to your local hard drive.
AOL users: Your graphics can be read as compressed images,
which may cause problems in displaying images. You'll need to
make sure you are "in AOL." Now go to "My
AOL," select Preference, and then select WWW. Turn off
the Use-Compressed-Images option. Finally, select the
Empty-Cache-Now button.
After you download a graphic, you'll want to upload that
graphic to your Internet service provider so that it will
appear on your Web site. Visit your Internet service
provider's online documentation to learn what steps are
necessary for uploading your HTML files and graphics.
For any graphic that you decide to use, you must remember to include its name in the HTML. Note that the name
vosibanner1.gif has been inserted in the HTML so that the graphic will be called onto the Web page with the HTML.
Providing A Link
If your Web site is unable to support the VOSI
banner, please consider providing a LINK that will allow users
to click through to
Voices of Safety International (VOSI). To make this happen,
add the following text to your HTML document.
The HTML
| <A
HREF="http://www.voicesofsafety.com">Click
Here for Voices of Safety International</A> |
|