Look in the header.php file.
Thank you! So would I just change these lines-
<div id="blogtitle">
<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
</div>
<div id="navigation">
to
<div id="blogtitle">
<h1><a href="my_blog_url_here"><img src="my_picture.jpg" /></a></h1>
</div>
<div id="navigation">
Thanks again
okay, I bit the bullet and just did it. If you look though, my image is where it’s supposed to be, but I had to add a couple page breaks so the 1/3 of the header image wasn’t blocked by the nav bar.
Now I’d like to make the greeen rectangle behind the image taller so it comes all the way down to the nav bar. I have no idea what to look for in the code to make the changes
1. The “my-blog-url-here” has been there in the initial code. Why did you change it?
2. Images can be modified in image editor (if you want it taller, higher), not in WP:
http://daytripperblog.com/wp-content/themes/greenline-10/img/navtop.gif
Thanks, this is starting to make sense. I’ve got a lot to learn about CSS and PHP