Background Image Add
The Goal is to look like this with the wood floor -
http://lbvjobs.co.uk/
I have found the stylesheet.CSS file but can't seem to locate the code I need to change. I loaded the photo I want to use in the media library ( picture of the sky ). Here is the code I thought I would need to change but it is not making a difference. Could the size of the photo be the issue?
/* =Global
---------------------------------------------------------------------------------- */
html {
font-size: 100%; /* IE hack */
height: 100%;
}
body {
text-align: center;
line-height: 1.4em;
color: #555;
background: #F0F0F0 url(image/bg.png) repeat-x bottom fixed;
font-size: 62.5%;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
height: 100%;
min-width: 992px;
}
I changed url(image/bg.png) to say url(uploads/2011/11/bluesky.jpg) but no luck. Image size is 1044x768. Thanks for the help!
Mike