Home Page
FAQ
Ideas
Basics Lesson
Link Lesson
Table Lesson
List of Tags
Fonts and Colors
Image Upload




 

Images Lesson


An image is easy to add to your page. The first step is is to make sure that the image that you want on your site is uploaded into your image directory. Click here if you need help uploading images to your image directory. When your image is uploaded this tag will place the image on your site:

<img src="images/name.gif">

"Img" stands for image "src" stands for source. "Images/" is required for you images to work correctly with our program. After "images/" comes the name of the image. The name of the image is chosen by you when the image is saved. Next comes the type of file. There are a few different tyes of image files that are compatable with our system. When you save an image it needs to be saved as:


".gif"
".jpg"

or
".jpeg"

Click here for help on saving images.

Note:The tag that is used to insert an image does not need to be ended, because it does not modify anything. It is calling for an image.


Image Size

You can change the size of any image on a page. This is done with height="XX" and width="XX" comands. These are entered in between the "img" and "src" commands. For example:

<img height="100" width="200" src="images/picture.jpeg">

Note: The values entered in the height and width commands refer to pixles rather than inches.


Images can be placed in desired places on a page using the "align" tags. The "align" tag is entered in the "img" tag for example:

<img align="right" src="picture.gif">

Vertical align tags can also be used:

<img valign="top" src="picture.gif">


Table Lesson

Text Lesson / Link lesson
Tables Lesson / List of tags / Fonts and Colors



Since 14 Mar 2001

Copyright © 2002 Global Web Inc.. All Rights Reserved.