If you are up to it – Thanks. I really appreciate the help.
my site is:
https://wenick-photo.com/wp/
Here is code from my header.php:
<div id="masthead">
<div id="branding" role="banner">
<?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
<<?php echo $heading_tag; ?> id="site-title"><span><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo get_stylesheet_directory_uri();?>images/logo.png" width="180" height="30" alt="" />/a></span></<?php echo $heading_tag; ?>>
<div id="site-description"><?php bloginfo( 'description' ); ?></div>
my file logo.png is a png in the images folder of my theme.
This is essentially the twentyten theme