2
Hi Rich,
You can set the image using plain old html, or use css to apply the background.
Just save the block with an "html" format.
<body background="wedding.gif">
You may also want to use
<body background= '<$xoops_imageurl>/wedding.gif'>
if the image is in your "themes" folder.
( i think that is the proper structure for the link.)