Well, I'm in the process of learning CSS and until then I won't be able to sort this out. I'm using the F8 lite to build my girlfriends website ( which is currently not live):
http://clairedunaway.fatcow.com/
I'm trying to insert her logo in the blog title...here is her logo:
http://clairedunaway.fatcow.com/wp-content/uploads/2011/01/2010-Logo.jpg
So, after I've done a bit of research here it seems like I need to edit the Header.php and look for the area called the masthead which I found:
<!-- Begin Masthead -->
<div id="masthead" class="clearfix">
<h4 class="left">/" title="Home"><?php bloginfo('name'); ?> <span class="description"><?php bloginfo('description'); ?></span><span class="contact"><?php if ( $options['phone'] != '' ) { ?><?php echo $options['phone']; ?>
<?php } if ( $options['email'] != '' ) { ?>"><?php echo $options['email']; ?><?php } ?></span></h4>
</div>
I'm just not sure how to point to the logo I want to use in this code....anyone care to help me out? I'm sure it's simple...just need some guidance. Thanks!
Jay C.