html - Images not able to view in JSP page -


i trying images in jsp page, have put images in 'webcontent/images/bp.jpg'.but while running showing icon image not exact image.

below code:

<a href="productdetails.jsp"><img src="/application/webcontent/image/chrysanthemum.jpg"  height="60" width="60"></a> 

enter image description here

error is:

enter image description here

<img src="images/bp.jpg"> 

this show image original image size. if want set height,width can use per size dimensions.

now should work


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -