A Guide To HTML Help

How to Add Images and Backgrounds to your page




Here are some examples.
At the very bottom you will find how to add backgrounds.
Please Note: All of these instructions are assuming that you have taken the graphics and sent them to your directory. To get them to your directory you may either FTP the files or if your homepage is in Geocities or Yahoo you can use the E-Z Upload utility. The E-Z Upload is in the file manager which you may access on my main help page. For FTP you will find a link called Answer Point on the help page.

Image Tags

Very Simple way I suggest this for beginners.
<IMG SRC="nameofimage.gif">
Where name of image is you put the name of the Image that you have.

Alternative way to put Images on your page.


If you think,"well this is not hard ," try some of these other examples!
Alternative text instead of a graphic. This text is shown if the user has graphics turned off, or it's a text-based browser like Lynx. Example:

<IMG SRC="nameofimage.gif" ALT="Click here to go to The Icon Depot">

Height and Width Tags