I have been playing around with this bit of code in the Functions.php file with no luck. Am I on the right track? I know a little about coding and can fake my way through some things but this is beyond me as to getting it to work. Any help is greatly appreciated.
/* Custom Header Code */
define(‘HEADER_TEXTCOLOR’, ‘3478E3’);
define(‘HEADER_IMAGE’, ”); // %s is theme dir uri
define(‘HEADER_IMAGE_WIDTH’, 980);
define(‘HEADER_IMAGE_HEIGHT’, 120);
function p2_admin_header_style() {
?>
<style type=”text/css”>
#headimg{
background: url(<?php header_image() ?>) repeat;
height: <?php echo HEADER_IMAGE_HEIGHT; ?>px;
width:<?php echo HEADER_IMAGE_WIDTH; ?>px;
padding:0 0 0 18px;