Forum Moderators: not2easy
I have a css based template for a Joomla site and I need to change the body background from a solid Grey to an image. my attempts have removed the background colour, so I'm in the right place. But I can't push it into displaying the stonbk.jpg. Below is the original code and what I've modified it to...
THanks
Micheal
Original code
body {
background-color: #ABABAB;
color: #5c635c;
}
changed to
body {
background-image: url(../gconjom/templates/js_earthblog/images/style3/stonbk.jpg);
background-repeat: repeat
color: #5c635c;
}