|
| |
|
|
mjmtravel
Posts: 327 Joined: 7/30/2006 Status: offline
|
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}
|
|
|
|
mjmtravel
Posts: 327 Joined: 7/30/2006 Status: offline
|
RE: Tiled Css background - 4/6/2008 11:47:02
Thanks but what I'm looking to do is remove the color and replace with a image. The original code works and color is correct but I'm looking to remove the color and replace with images/sand1.gif Original body {padding:0; margin:0; color:#000000; background:url(images/bg.gif) repeat-x; background-color:#A8AD9C}
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|