I often change my static site, and today I decided to change the logo of the site. For some reason when I attempt to load up the site I can only view the original logo. I updated the logo in the /images/ folder in which all my images are stored and all files that have images in them call the images from. - I uploaded the image to the folder several times - I deleted the logo and re-uploaded - I checked that the logo uploaded is the one I want to use - I changed the width and height of my image in <img src="" width="" height="" /> What more can I do?
check that you have correctly formatted the spelling. Remember that it is case sensitive so if you are doing: <img="/images/logo.png"> and your file is Logo.png, it won't work, do what I do and always keep files in complete lower case.
It's in the correct format, forget to mention that sorry . Also, even when I delete the logo.png file from my /images/ folder I still have the original logo :O.
It's cache mate. Go to the direct link example yourdomain.com/images/logo.png then access your site and you will see it will be updated Can you give me the link, and link to the new logo.
try to right click on the logo from the browser. and click "view image" check the path. and also, did you check the CSS file?
If you are using firefox browser right click on the image or red x and choose properties make sure the name is the same that it is on your computer, not sure if it is the same in IE, a lot of time your editor will put something like desktop/images/yourimage.png, When it should be images/yourimage.png, this has happen to me a lot of times. Also you can check in your editor what the name of the file is by clicking image properties or right clicking on it and clicking properties. Hope this has help
deleting cache and pressing control+f5 or try with www or without www to check your website may solve problem. If still not try flushing dns cache from command promt .
Dod you delete the old logo before uploading the new one...? Your ftp client may not have overwritten the image.. Also, try refreshing the site... And as someone suggested, clear browser cache and use a direct entry(type in address bar) and go...