first line (after the introduction) in the templates.css
- Code: Select all
body { line-height:1.8; background:#efefef url('../images/main_bg.png') no-repeat center 0; }
change the no-repeat to repeat or repeat-x, repeat-y
repeat will repeat it both horizontal and vertical..
repeat-x will only repeat it horizontal and repeat-y verticaly...