turning TD into a link w/ mouseover(hover)

yhelothar

Lifer
Dec 11, 2002
18,409
39
91
I have a banner running across the top of my forums that is made up of 2 td's.

I want to turn them both into links that go to my main page. I was able do this successfully with

0nclick="window.location.href='http://www.anikei.com'"

I wanted to make it appear as a link for those who can't tell without the cursor change - but for some reason
0nmouseover="this.style.cursor='hand'"

isnt working

is there an alternate to this method or is there something wrong with what I'm doing?
I know that you can possibly do the same with divs - but I'm not familiar with that method,

Any sort of help would be of assistance. <3