The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Filling browser with simple 100px X 100px image › Re: Filling browser with simple 100px X 100px image
body { background: url(‘path/to/your/image.jpg’); }
It will repeat automatically!