Hey guys, whats the easiest way to make this image a link?

Simple one for you guys, whats the easiest way for me to make the header image on http://tr3ndr.com a link?

Basically, right now the top left header image on tr3ndr.com doesn’t link back to tr3ndr.com, but I’d like for it to do that.

I know this is a simple one, but I can’t seem to get it to cooperate, any help is much appreciated.

At the moment it’s a background image. The easiest way would be to add the image directly…

<a href="http://www.yoursite.com/">
<img src="path/to/image.png" alt="Image description" />
</a>