Hello 4K,
I am struggling with the same problem, I can’t install an image on the left side of the Revolution Code Blue theme. https://nowthinkaboutit.com/
I removed the following code from my header.php file:
<div class=”headerleft”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<?php bloginfo(‘description’); ?>
</div>
And replaced it with the above referenced code:
<div class=”headerleft”>
/”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.gif” alt=”<?php bloginfo(‘name’); ?>” />
</div>
As you can see from my page the name is now missing and there is no image.
Before doing this I did re-size the image and upload it to my server. I also added the second line (the bold line) in the following portion of my style.css file.
.headerleft {
background: url(images/nashville.gif) top left no-repeat;
width: 470px;
float: left;
margin: 0px;
padding: 0px;
overflow: hidden;
}
Can you help me straighten this out?
Ennis