I'm using a tiled image in the Fan Odyssey site in my sig. You do it in the stylesheet. You may have to add the background image at different points depending on the look you want to achieve.
Here's a small sample from the stylesheet.
Code:/*wrappers - page or section containers*/ #mainWrapper { background-color: #000000; background-image: url('../images/space011.jpg'); text-align: left; width: 100%; vertical-align: top; } #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage { margin: 0em; padding: 0em; } #logoWrapper{ background-image: url('../images/space011.jpg'); background-repeat: repeat-x; background-color: #000000; height:110px; width: 100%; }



