Hi guys
How can I change the background (bg.jpg and others bg1920.jpg, etc...) to use a pattern file instead ? I can't remember how to set up the repetition in the css
background: transparent url('link/to/file/with/pattern.png') 0 0 repeat;
background: transparent url('link/to/file/with/pattern.png') 0 0 repeat-x;
background: transparent url('link/to/file/with/pattern.png') 0 0 repeat-y;