Confusion with adding background images (repeating)
Posted 16 years 11 months ago
I am confused over the correct process to use to add a repeating background image to the HiveMind template. I tried these code snippets, but neither worked for me. Could someone please give me the correct process? (can't say I failed for lack of effort--just smarts!) Thanks. Robert.
body
{
background-image:
url('bgdesert.jpg')
}
AND
body {
background: url(.../images/dark/background.gif) 0 0 repeat-x;
AND
body { background: url(../images/custom-bg.png); }
Here are the links to the varied instructions (some more involved then others):
1. But can you verify that it should be placed in template.css or light.css (under {body)?
2. Does body {background: #EFF2F3;color: #000000;} remain in light.css before or after the background image code?
Thanks James.
PS--I think you said you were taking a trip to the states this summer--whereabouts and when?