java - Displaying logo in JSP -


i have been trying display image in jsp file can't seem right. picture inside folder named "img" in same directory web-inf folder.

inside jsp trying show logo using normal html way of finding image can't seem right. have trying display it. don't when in dreamweaver see image displayed after deploying no longer there. have structure servlet (which root folder , name of war file) , img , web-inf folder under it.

folders follow hierarchy below:  servlet  ---->img      --->psyberassess.png ---->web-inf 


code jsp not working:

<img src="img/psyberassess.png" width="450" height="100" border="0" /><br> 

just add img folder in web-inf folder instead of other folder.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -