@ taytay 39:

Look at your source code on the site. The first picture that is not working is trying to access it from:

<img src="file:///C|/Documents%20and%20Settings/Owner/My%20Documents/My%20Web%20Pages/index_files/SciFi_2.gif" width="374" height="65"></td>

As you can see it is trying to load the picture from your computer rather than the hosting server.

To load the picture correctly the code should read as follows:

<img src="index_files/SciFi_2.gif" width="374" height="65"></td>