I've uploaded my image into the images folder, and copied the url into the CSS code, but nothing changes on my form. Ideas?
Here's a copy/paste of what I've got:
**** Logo Section *****/
#main_body h1
{
background-color:#dedede;
margin:0;
min-height:0;
padding:30;
text-decoration:none;
text-indent:-8000px;
background-image: url('http://eleventhirtysiximages.com/public_html/machform/images/mach.jpg);
background-position: center;
background-repeat: no-repeat;
}
