Help, I'm new to WordPress. Using the Theme "Clear" and I want to replace the automated title text with my logo png. I read some forms that instructed to replace the bloginfo ('name')part of the code with:
"><img src="pathtoyourimagegoeshere" alt="" border="0" />; ?></
My logo shows but above the title at the top left of the page. Any help would be greatly appreciated.
Below is the code from the theme Clear:
<head profile="http://gmpg.org/xfn/1">
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>