Header problem
I come bearing 0 experiance with PHP programming but im attempting to add my own custom header to my wordpress blog. I have followed these directions:
- Go to your stylesheet (style.css) and look for this "#header". You should see the following code:
padding-top: 0px;
background: #ffffff
height: 130px; - Insert this code (in bold): url('header.jpg') top center no-repeat; right after "background: #ffffff " on the same line.
- The new header section should look like this (The new code is highlighted in bold).:
margin-bottom: 0px;
margin-top: 0px;
text-align: center;
padding-top: 0px;
background: #ffffff url('header.jpg') top center no-repeat;
height: 130px; - The header image that you want to use must be uploaded to the same folder as the other theme files and should be named 'header.jpg'
- The header image size should be 815 (width) x 130 (height) but you can easily change the height of the image.
Thanks
Zach
--= -Spazzle- =--
--= -Spazzle- =--