• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

turning TD into a link w/ mouseover(hover)

yhelothar

Lifer
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
 
Back
Top