Home › Forums › CSS › CSS not showing up › Re: CSS not showing up
March 27, 2010 at 9:47 am
#73075
Member
Thanks a lot man, it is working with ../images/
Have a nice weekend =D
"Devilelites" wrote:
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.