CSS background image won't work, color does though
-
Hi, I’ve got a blog starting and I’m planning on altering the ‘Disconnect’ theme [www.askadamleague.com]. When going into the editor and changing the background color to an image, I get nothing. I’m hosting the image and I’ve even tried using some images that came with wordpress, but for some reason whenever I put an image in the color goes away and no image is apparent.
I’ve tried this as well as others:
body {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align:center;
color:#29303B;
line-height:1.3em;
background:url(blue back.jpg);
}
Originally it was this and it works:
body {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align:center;
color:#29303B;
line-height:1.3em;
background: #0099FF;
}
- The topic ‘CSS background image won't work, color does though’ is closed to new replies.