I have tried adding the image name to the background color of styles and chnanged in the header:
<body backgound="$VARS[pbgcolor]" link="$VARS[link_color]" vlink="$VARS[link_color]">
I get a white background
Can anyone help? What do I need to do to get a background image instead of background color??
and then insert
-----------------------------------------
body
{
background-image:
url("../images/back.gif")
}
------------------------------------------