I can't get my background jpg to work. Tried everything I could find suggested in previous posts. Any ideas? I want it to cover the entire background outside of the form. Much thanks :) this is what I have. I have also tried taking out the "public_html" portion of the URL, and taking out other various combinations.
#form_container
{
background:#fff;
border:1px solid #ccc;
margin:0 auto;
text-align:left;
width:640px;
background:url (http://www.darcydawsonphotography.com/public_html/machforms/images/BackgroundDamask.jpg) top;
}
