Unable to display image on client machine

I have a web application. I have inserted an image into the home page of a web application using html tags. It works fine on a server machine. But when any client accesses my webpage, everything that is present on the home page of the web app except the image is displayed. Instead of a label, the image is displayed on the client machine.

Can anyone help me display the image on the client machine.

0


source to share


1 answer


Check the path in the src attribute in the img tag. Make sure this is a relative path and not a hard path to your hard drive.



+1


source







All Articles