Stick Online Forums

General => Off Topic => Topic started by: Danimal on October 10, 2010, 07:57:28 AM

Title: Website Issue
Post by: Danimal on October 10, 2010, 07:57:28 AM
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.
Title: Re: Website Issue
Post by: igufed on October 10, 2010, 10:11:30 AM
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..
Title: Re: Website Issue
Post by: Forum on October 10, 2010, 12:42:55 PM
That's cheap $10 for 10 years!
Title: Re: Website Issue
Post by: Danimal on October 10, 2010, 02:54:22 PM
Resolved. Igufed you're a genius! Turns out I shouldn't of capitalised the .PNG., .png works fine :)