Thanks Colinsp,
the reason it was first working i think was because i had entered the blog title in the wordpress settings, so it was actually the text over my header image that was linking, not the actual image itself, it wasn't what i wanted as i had text over the image
This is my current header section in my style.css
/* HEADER */
#header {
height: 100px;
padding-top:0px;
border-bottom: 1px solid #fff;
background: url(images/header.jpg) top left no-repeat;
}
#header h1 {
margin-bottom: 3px !important;
padding: 6px 0 0 0;
font-weight: normal;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 42px;
text-transform: normal;
}
#header h1 a, #header h1 a:visited {
color: #667b98;
text-decoration: none;
}
#header h2 {
color: #667b98;
font-size: 11px;
line-height: 12px;
font-family: Georgia, Times, "Times New Roman", serif;
text-transform: uppercase;
}
Your right about the background image, thats what i suspected, what do i need to do to make it an element as i can only see different code for the font size, colour etc...
Thanks so much for your help