Home › Forums › CSS › CSS not showing up › Re: CSS not showing up
March 27, 2010 at 9:16 am
#73070
Member
Try¨this:
background-image: url("../images/background_light.jpg") no-repeat;
Its because, when you put your css in another folder, you have to link backwards with "../"
I’m not very good, but that’s my guess.