Forums

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

Home Forums CSS Div BG Image Re: Div BG Image

#114371
Paulie_D
Member

background-image: url(/images/bg.png) repeat-x;

should be

background: url(/images/bg.png) repeat-x;