View Article  making a table cell a clickable link
<style>
.linkcell {cursor : "hand";}
</style>
(...)
<td class="linkcell" onclick="JavaScript:window.location.assign('mypage.html');">Click here to go to mypage</td>
View Article  Slants
A way to create triangles and more with CSS