Best option. Best way to do it would be to give the H1 element a background image using CSS.
h1 {
background:url(imageurl.jpg); top left no-repeat;
}
Then again having a look at your code below. It looks like you want to have the image clickable.
Bit hard to know without seeing the actual design you are attempting. |