I have this code that should set up the page header
#headerWrap {
margin-left: auto;
margin-right: auto;
width: 700px;
height: 100px;
background: url(Images/header.gif) no-repeat;
}
the picture is not being displayed. Please tell me how to fix this.
Thanks