|
mjmtravel -> Tiled Css background (4/6/2008 9:15:20)
|
I have a question about a template I'm working on. I want to switch the background color to a image. I have found the background image in the style.css file, but when I make any changes to the images it only changes to a plain white not the image I put in. Here is the original code and here is what I have tried. I'm also not sure where the color on the end is coming from on the end of the original. Original body {padding:0; margin:0; color:#000000; background:url(images/bg.gif) repeat-x; background-color:#A8AD9C} Tried body{background-image:url('images/sand1.gif');background-repeat: repeat} body{padding:0; margin:0; color:#000000; background:url('images/sand1.gif');background-repeat: repeat}
|
|
|
|