Hi all,
I include an image tag in a JSP page but when I run the JSP file it does not display the image.
[HTML]<img src="1.jpg" height="100"/>[/HTML]
Is that the right way to do it?
Thank you
I include an image tag in a JSP page but when I run the JSP file it does not display the image.
[HTML]<img src="1.jpg" height="100"/>[/HTML]
Is that the right way to do it?
Thank you
Comment