1st Site Free Step 2 - Design (Continued)

How do I copy graphics?

What's a graphic? Graphic is another word for picture or image. Currently there are only four widely supported image formats [GIF, JPG, PNG and ICO] that are used widely on the Web.


As you continue your journey with creating your Website, you're going to discover that graphical images used on Web pages come in four varieties: GIF, JPEG, PNG or ICO . You will have to choose which format to use. How do you decide?

Format
GIF Images limited to 256 colors, including line art and simple colors. GIF is acceptable for the same purposes as PNG. Supports animation. Unisys owns GIFs.
JEPG Images with lots of colors and or shades. By far the best choice for photographs on Web sites. DON'T use GIF or PNG for photographs on the Web. Doesn't support animation.
PNG Not all Web browsers can display this format of file. PNG stands for Portable Network Graphics. PNG was created to both improve upon and replace the GIF format with an image file format that does not require a patent license to use. Like the JEPG, it also lets you use more than 256 colors and it also has good file compression. Doesn't support animation.
ICO Used to store icons displayed in the "favorites" or "bookmarks" list of a Web browser, if the user chooses to bookmark your Web site/page.

If you don't choose the right format, it's not a disaster. Your file might be larger than necessary, which means it will take longer to download. It's also likely that your images will not be as sharp as it could be.

Rules to follow on using graphics

  1. Material placed on the World Wide Web is covered by international copyright treaties and the copyright law.
  2. The graphics, text, and source code found on the Web are not in the public domain simply because they are on the Web.
  3. Don't copy graphics unless they are offered freely, or have permission from the artist.
  4. Don't steal someone's bandwidth (link to their graphics).
  5. Want more information about copyright laws?

Before you can put an image on a Web page, you need to know the name of the image file and where it's stored.

To copy a graphic you have permission to use or one offered for free, follow these steps:

  • Create a folder (directory) to store your images, i.e., images.
  • Windows users: Hold your pointer over the image and click your right mouse button. A menu will appear. Choose "Save Image As". Open your image folder (directory). Choose a file-name for the image and click OK.
  • Mac users: Hold your mouse pointer over the image. Click and hold down the mouse button. A menu will appear. Select: "Save Image". Open your image folder (directory). Choose a file-name for the image and click OK.
  • Note: If your menu says "Save Picture As" or "Save Image File As" it's the same thing.

Add the image to your Web page.
After you have selected and saved your images in a folder (directory) on your PC, your next step is to add HTML code to your page to display your image. If you are a newbie, wait until you get to Step 3, Code to add your HTML code and image size.

  • If your image is a .GIF file use this code:
    <IMG SRC="images\nurse.gif">
    Nurse
    Change nurse to a name you would like to use.
  • If your image is a JPG file use this code:
    <IMG SRC="images\kittens2.jpg">
    Kittens
    Change kittens2.jpg to the name you would like to use.
  • If your image is a PNG file use this code:
    <IMG SRC="images\balloon.png">.
    Balloon
    Change balloon to the name you would like to use.
  • See how you can create your own favorite icon. Like my favorite icon 1stsitefree

IMG stands for image. SRC stands for source.

For quicker download times for your images always include the width and height of your images, in pixels. How can you find the width and height of an image?

  • Windows XP users. Simply locate the image file in Windows Explorer and point at the file name (do not click)--a small popup window will appear with information about the image including its pixel dimensions.
  • Visit http://www.myimager.com/. For example, the myimager provided the following for the image to your right:
    Rabbit Width: 135 pixels Height: 129 pixels Size: 14725 bytes Type: GIF.
  • If you're using IrfanView for your graphic viewer click on the image then pull down Image bar, then click on Information. To download this freeware, click on the above link.

Test.
Next, test your image to make sure you can see it on your PC.

Unisys announced in 1995 that it would require people to pay licensing fees in order to use GIF images. This does not mean that anyone who creates or uses a GIF image has to pay for a GIF image. But, authors writing programs that output GIF images are subject to licensing fees.


If you find this Website useful, donate as little as a $1.00 through the Amazon Honor System to help me keep it free. Paying is fast and easy: just click the Pay now button to begin. Your credit card is secure. Your privacy is protected.


Return to top
Help me improve this page, please provide me your
suggestions or recommend a new topic: :

Suggestion

Back
Back



| Home | Plan | Design | Code | Upload | Test | Promote | Maintain |
| Search | Map | About this site | Privacy | Glossary | What's new? |


URL: http://www.1stSiteFree.com/add-image.htm

Bill Green
Copyright © 1998 - 2008


HTML 4.01 Checked!Valid CSS Document