Last screen defenetly show that images are not found however first seems to be somehow strange. So you are looking in wrong place for them. I see you are using Front page check if you are not using full path such as "C:/MyWeb/Images/" this is know as absolute path.So if your html document is in MyWeb folder and images Images folder your path can be like this
[HTML]<img src="Images/img1.jpg">[/HTML]
and this is example of relative path
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 874
Code tags enforcer
Offline 6,658 posts
since Dec 2004