Viewing 2 replies - 1 through 2 (of 2 total)
  • yes. why not?

    I’m working on a site for a friend with sliding door. I added an image to the header by putting under the wrapper.

    #wrapper {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    	position: relative;
    	background-color:#ada299;
    	background-repeat:no-repeat;
    	padding:20px;
    		background-image:url(img/thanks-oliver.jpg);
    	background-position:top;
    	border-style:solid;
    	border-color:#fff;
    	border-bottom-style:double;
    
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding a header to a theme (sliding door)…’ is closed to new replies.