This is a simple coding error; your images are in public_html, meaning they're accessible from yourwebsiteurl/imagenamegoeshere, such as yourwebsiteurlhere/title.gif
The code to the page doesn't want them there though; in the case of title.gif, it's looking for it in the images subfolder, which doesn't exist.
Create a new folder titled "images" and move the images in there; that should fix some of them, if not all of them.