Note: You may need to look at your code before uploading a page
to a web server. Images cause the most problems. The image link must state an actual
file and location. Sometimes a browser will put in additional words. For
example if your image file says:
<IMG SRC=" file:///ZIP-100/newonline/image/map.gif
" HEIGHT="498" WIDTH="101" ALIGN="LEFT"
usemap="#map.gif" border="0">
The image will not display
correctly on the Web to viewers. You will need to make sure that instead it says:
<IMG SRC=" map.gif" HEIGHT="498"
WIDTH="101" ALIGN="LEFT" usemap="#map.gif"
border="0">
Carefully take out the extra file name
without changing any other part of the HTML code and try your page again.
If your image is in the same folder as you Web page this will work.