To display an image to your web page, follow these steps:
<img src="logo.jpg">
<a href="index.html"><img src="logo.jpg"></a>
Note: Remember that file and subdirectory names are case sensitive; in other words, "subdirectory_1" is not the same as "Subdirectory_1," and "logo.jpg" is not the same as "logo.JPG." Also, pay close attention to the file extension. In the example above, our image file name ended with .jpg. If we had used .JPG instead, our links would break.
If your image won't display on your page, check the file type. All image files should be saved as a JPEG or GIF file, which end with .jpg or .gif. Although we support bitmap images, they will not load in Netscape and will appear as broken images, so you will need to convert your bitmap to either a JPEG or GIF file before uploading it. If you simply change the file extension to ".gif" or ".jpg," our servers will deny it. You must use an image editing program, such as PhotoShop or ImageReady, to convert the file.