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
Post a Comment