I have created a new website for our company using PHP and HTML pages. I updated the CSS yesterday and uploaded all elements to the public folder and images folder. The problem I have is that the back ground images are not working. The image file is a .gif file - my thoughts are that the servers might not like this type of file?? But can't understand why this is not working regardless.
Any help would be greatly appreciated.
Thanks in advance!
1. Post a link to the page or all the CSS & Source code for quick answer
2. Play 20 questions
Taking a wild stab in the dark the error probably lies in the CSS file whereby the path from stylesheet to the image is wrong or has been disabled by other settings such as positioning, visability or duplicate blank entry. Alternatively the image has not been uploaded to the server is common hiccup, then again the image could be corrupted. PHP of course brings it's own set of face-palms, being cAsE SensiTive so it's important to pay close attention to filenames.