View Single Post

  #3 (permalink)  
Old 16-04-2008, 09:41 AM
gav240z's Avatar
gav240z gav240z is offline
Wannabe Geek
 
Join Date: Dec 2007
Location: Rathmines, Dublin
Posts: 431
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
gav240z is a jewel in the roughgav240z is a jewel in the roughgav240z is a jewel in the rough
Default 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.
Reply With Quote