Hey,
I am having some trouble constructing my website with WebsitePalace (http://websitepalace). I have never done anything liike this before and thought I would give it a go as a learning experience for me. I uploaded the necessary files to my domain host, and created matching directories within that host to enable my style.css to correctly refer to any images etc. Basically I'm doing something wrong as it isn't working. The domain shows the bare outlines of my site, and none of the image references appear to work. However opening up the index.html document from my documents works fine, everything is laid out properly. Here is my reference:
background-image: url(images/headerBG.PNG);
I have created the directory 'images' on the host website, and am at a loss as to why it isn't working. This is a callout to anyone who may be able to give me some advice/suggestions on what I can do.
Just sounds like the images aren't in the /images folder.. Especially if it is working locally..
Or, the filenames are wrong. Capitalization matters on filenames and extensions..
That's cheap $10 for 10 years!
Resolved. Igufed you're a genius! Turns out I shouldn't of capitalised the .PNG., .png works fine :)