html - Image does not appear on site when uploaded to host server -


when viewing website on local drive, works , appears intended, when of files uploaded godaddy, 1 of images not show up. tried deleting , reuploading file, won't appear on browser or device. advice?

you might use wrong path. if image example.jpg , in folder images, write src="images/example.jpg" in img tag. easier , quicker.

you can use other option have write this:

<img src="http:\\localhost\site\images\example.jpg"/> 

Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -