How to add a new image to header
-
Hello,
I am trying to add an image to the left side of the header in the Revolution Code Blue theme. You can see it here.What I have done so far is:
Re-size and upload the image to themes/images as nashville.gif.
Added the following line of code to the .headerleft section of the style.css file.
background: url(images/nashville.gif) top left no-repeat;
I also added the following code to the header.php file:
<div class=”headerleft”>
/”><img src=”<?php bloginfo(‘template_url’); ?>/images/nashville.gif” alt=”<?php bloginfo(‘name’); ?>” />
</div>As you can see from the web page only an portion of the image shows and the blog title is very small.
Can anyone help me sort this out?
Ennis
- The topic ‘How to add a new image to header’ is closed to new replies.