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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -