Hi all
Here is a snippet of code to make a DIV container link to a page of your choice.
<div id=”someDIV” onclick=”window.open(‘http://www.someLINK.co.uk/’,'_self’)”>
Then copy this into your CSS style sheet
.hand {cursor: pointer;}