Im trying to make a stylesheet with the background black with a image tiled down the left margin.
If i use:body {background-color: black} I get my background black
Then I try to add the image with: body {background: color black; url(back1.gif); repeat-y)} and it goes white want am I doing work?
If i use:body {background-color: black} I get my background black
Then I try to add the image with: body {background: color black; url(back1.gif); repeat-y)} and it goes white want am I doing work?