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>
error is:
<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
Post a Comment