Need some help using this image http://www.calbertdyer.net/logo2.jpg on www.calbertdyer.com am here right now. What do I do to get it up there? http://codex.wordpress.org/Designing_Headers#Designing_Your_Own_Header_Art Thanks
In the css file you are using find the header and you should be able to replace it with #header { background: url("/images/yourfile.jpg") } it looks like you are using the default theme depending on the size of the graphic you may have to change this to match #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; } think that should work. good luck