Ok, I looked through my files and I don’t have an image folder in the main section. I do have an image folder wihtin another folder. It is in the wp-includes folder. So would I put it in that image folder and do-
#header-image {
background-image:url(‘wp-includes/images/header.gif’);
background-color: #000;
border: 0px solid #000000;
height: 200px;
width: 760px;
}
Also I don’t have a style sheet in my files, just the one under design on the wordpress admin. Is that the one I edit?