background: url('image2.png') no-repeat;
states that the image in is the same folder as the page that is accessing... so if your page was
Code:
http://www.ddforums.com/forums/thread.html
that script is saying your image is located at
Code:
http://www.ddforums.com/forums/image2.png
so just check the paths of the images in relation to the script (page) you are trying to access them from...
if the image are in the folder above the current one, just
and if the image is in a sub-folder of the the current folder do
The last thing is png files are HUGE, they take up a lot of band width, and they are of excellent quality, which usually isn't something that matters for a background image. My suggestion is that you optimize those images into a more "web-friendly" format such as GIF or JPG. This can be done with almost any image editing software, just hit "Save As" and choose one of those formats
Bookmarks