Page 1 of 1

New image not showing :( [solved]

Posted: Wed Oct 31, 2007 2:38 am
by javierdl
I just uploaded a new image/logo to replace the one in the Header. It has the same height, it's just twice as wide. So basically all I did was:
1. Uploaded the image file.
2. And replaced the file name in the CSS for the new one. The path remained the same though.

Why wouldn't it work?
My site
JDL

Re: New image not showing :(

Posted: Wed Oct 31, 2007 9:15 pm
by ironblaze94
try changing the name of the file and upload it as e.g. final_banner.png, then change the css accordingly

i find that the cms and database are sometimes slow to change when you replace a file, especially when dealing with flash

Re: New image not showing :(

Posted: Wed Oct 31, 2007 9:28 pm
by Dr.CSS
You have a dbl. call for the same thing, it looks like you have the main css inside the 'Accessibility and cross-browser tools' and also the 'basebllcpn'...

Using Firefox and the WD toolbar I see it listed twice when I delete the last call it shows the new image...

It looks like you are using the WD toolbar then copy/paste the changes and putting them in the wrong one, I've gotten to the point of just using one style sheet so I don't have to hunt them down and any changes go in one file... ps. I see 3 /* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */ at the top...

Re: New image not showing :(

Posted: Thu Nov 01, 2007 3:09 am
by javierdl
Thanks so much guys, I'll look into this...
Those CSS files again?!

JDL