i currently have the code
Code:
<a href="temp.html"><div>some text</div></a>
putting the link in the div will only make the text a link and not the whole div.
the reason i've got the div in there is becuase i use it to create a box and add a colored background to this.
...