Hi – Make your <img> tag in your header.php like this:
<img src=”<?php bloginfo( ‘url’ ) ?>/wp-content/themes/yourtheme/images/title.gif” alt=”<?php bloginfo( ‘name’ ) ?>” />
or use <?php bloginfo(‘template_directory’); ?>/images/title.gif
E
The path to your background image looks wrong, try this –
background: url(/wp-content/themes/classic/images/msa_header.jpg) no-repeat left bottom;
E