I have a background problem. I have downloaded a gif-file from the Netscape page and now I want to use that as my background for all my pages on my site.
Here is the code of the external style sheet:
body {
padding:0 5%;
background-image: url(../Images/blue_paper.gif);
}
Problem with it is that it doesnt work. I dont have much knowledge of css. Is the code wrong? Do I have to add something? I hope you can help me out.
yes, i have a folder with the gif-file in it and I have added the above mentioned code to the css file but it doesnt work. When I preview the pages, the color is white and not blue as it is supposed to be.
to the body rule to see whether rules in the stylesheet are getting used. If the background does show up red then you know you have linked to the stylesheet correctly and there is either something wrong with the rule for the background-image, or a preceding rule.