Forum Moderators: open
Correct XHTML version of what you're trying to do...
<img alt="" id="prev" src="file:///C:/Foto1.jpg" title="" />
However if your page is in the same directory just do this..
<img alt="" id="prev" src="Foto1.jpg" title="" />
I also advise against using uppercase for anything other then properly named files intended for right-click and save downloads.
- John