Need help with a background image in the CSS file. I have just tried uploading the site I am doing but the background images wont work. The only thing it can be is the url in the style sheet.
The image path will only work if set out in the manner:
It wont work like this:
*I having included the rest of the code*
Could that be the reason that is stopping it displaying when uploaded?
Any ideas
The image path will only work if set out in the manner:
Code:
background-image: url(
It wont work like this:
Code:
background-image: url(318734_7189small.jpg);
*I having included the rest of the code*
Could that be the reason that is stopping it displaying when uploaded?
Any ideas

xx
Comment