Forum Moderators: mack
Add this to your <body> tag:
style="background-image: url(/path/to/image.jpg)"
So it looks like this:
<body style="background: url(/path/to/image.jpg) no-repeat;">
If you have other attributes in the body tag, you may leave them there EXCEPT the one that originally defined the background image.
Also, replace no-repeat with repeat-y or repeat-x to make them tile in only one direction.