I have this line of code in my CSS
body { background-image: url ('images/bg2.png'); background-repeat: repeat-y; background-position: center top; }
But the background image simply will not show up no matter what I try, I've tried it on my local server and on my shared hosting server, I've tried it on both system with a relative URL and with an absolute URL.
Adding a background-color will work, but the image itself will simply not show up. I really don't know what the reason for this could be.
You can have a look at my template that I'm working on at: http://www.chasenotes.net
Any suggestions what the reason for this problem could be?