Prepare the div:
add this to the div:
<div id="link" onclick="location.href='http://www.addyourlinkhere.com';"></div>
Next add this to your css file:
#link {
cursor:pointer;
}
Copyright PHPTutorials.co © 2009 - 2010