adding image to eclipse web project
问题 Well, this is embarrasing...I can't seem to be able to add a humble image to a java web project in eclipse. What I did was that I created a folder called images inside WebContent, and then tried adding it in two ways, directly pasting it and using add/file, and advanced, which basically asks for a route to the image insider the hard drive. The HTML syntax is here: <img border="0" src="WebContent/images/network.jpg" alt="Pulpit rock" width="304" height="228"> I tried it with and without