Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS not showing up Re: CSS not showing up

#73070
Devilelites
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.