Os dejo el código (os lo recomiendo, da un efecto bastante curioso) a ver si me podéis decir cómo arreglo lo del target del link.
THKS por adelantado ;)
Código:
<table> <tr> <td bgcolor="#40408c" style="cursor:hand" onMouseOver="this.style.background='#000066'"onMouseOut="this.style.background='#40408c'" onClick="window.location.href='página del link.htm'"> texto </td> </tr> </table>