Check the end of this line in your styles.css:
#head { width: 760px; height: 260px; background-image: url(images/header.jpg); background-repeat: no-repeat;center; center; }
See the center; center;? That’s bad ;’)
Try fixing the validation errors too, they will haunt you:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.deadbabes.us%2F
I have a problem with installing my own header as well. I made the image in Photoshop the same size as the original image and was saved as a jpeg. But when I upload it to the server. It shows up covered by a black box. Look at it here:
http://www.ipodvideospot.com
Atrocity, is your header supposed to be labelled header-image.php? It seems kind of strange that it wouldn’t be an image file..
atrocity: The embedded styles have comment issues. Example:
/*
#headerimg { background: url('http://www.ipodvideospot.com/wp-content/themes/default/images/personalheader.jpg') no-repeat top;}
*/
If I delete the /* above #headerimg I see the image ok.
‘Course, I might have caught you in the middle of some changes too…
I deleted the */, and nothing happens. I still cant see the whole image. How do I fix it>?