Is there a way of having a repeating image for the background of the page but not in the form itslef.
I would like to keep the background of the form white but at the moment I can only work out how to have the background image throughout the whole form:
http://www.jamesdavidson.com/machform/view.php?id=3
this is the css code I'm using
#main_body
{
background:#fffff
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:small;
margin:8px 0 16px;
text-align:center;
background:#fff url(http://www.jamesdavidson.com/blog/wp-content/uploads/p2/blog_bg_1242680066.gif) repeat scroll left top;
}
#form_container
{
background:#fff
border:1px solid #ccc;
margin:0 auto;
text-align:left;
width:640px;
}
Many thanks in advance