All I want is to make an image my header. This is my part of my stylesheet:
#headerWrapper {
height:127px;
width:900px;
background-image:url(images/map.gif);
}
My problem is I don't know if I should put (map.gif) (images/map.gif) (greengreetings/images/map.gif), etc. How many directories back do I have to go for the URL? I feel really dumb for not being able to fix something that seems so simple. And yes I did read the tutorial. It didn't help.
Help please.



