I am trying to place my logo at the top of my form. I have read the posts here and for some reason am still having trouble with this.
I uploaded the file to the images folder under the machform folder on my domain. It shows up in the same folder as the machform.gif files shows up, so I am assuming it is in the right place.
Here is my code.
#main_body h1
{
background-color:#ffffff;
margin:0;
min-height:0;
padding:0;
text-decoration:none;
text-indent:-8000px;
background-image: url('../../../images/machformheader.jpeg');
background-repeat: no-repeat;
}
#main_body h1 a
{
display:block;
height:100%;
min-height:475px;
overflow:hidden;
}
The height has changed and the color.. but the image is not showing up. I have tried on a few different forms and one of them will not do ANYTHING and it has the same code.
Anyone have any suggestions?