Hurry with response, I'm almost out of aspirins!
I want to replace the standard header on my site (at jayjerome.com) with my own photoshop image (same size banner, but with graphics and nicer fonts). I’ve read ALL the codex how-to info, and about an hours worth of threads on the topic here today. The more I read the more confused I’m becoming.
To start, I’m using (Nerima Daikon 3c 0.1), which doesn’t have a header graphic image I can replace.
Clarifying question 1: to insert a graphic header to replace the default header do changes have to be made to the STYLE.CSS, or to HEADER.PHP, or to both?
For instance, I found this code in one of the codex threads:
#headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/personalheader.jpg') no-repeat top;}
Can I use this? If so, where? (I’m assuming I change ‘personalheader.jpg to my own graphic file, correct?)
Clarifying question 2: the graphic image I created to replace the #header there now is 760x105 pixels. On one of the codex posts it said “Dimensions should be at least 760px x 200px” Can I use the smaller size, and add padding or something to it?
Clarifying question 3: if I insert a graphic header, do I have to remove the #header info from STYLE.CSS or any other file (height, margin-top, padding, color, etc)? Or do I leave that there? In the Codex I found this code:
h1 {display: none; font-size: 150%; color: white....}
which the codex writer said would keep the h1 info hidden, but allow search engines to pick up my blog name, etc. Do I need to use this? If so, where? And do I have to do anything else after that?
By the way, Happy 4th of July to Everybody!!!! Oh, wait—those popping noises are not fire-crackers – must be my brain cells exploding trying to figure this out!!!
JJ