adding image to eclipse web project
You should in general try to avoid absolute paths. Specifically I believe from a normal web project you should try something like:
<img border="0" src="images/network.jpg"
alt="Pulpit rock" width="304" height="228">
Which works like a charm for me.