I am trying to hyperlink the entire cell in a html table (not just the text inside of it). Is there a trick to doing that? I'm not finding much luck searching the web for an answer. Thanks!!
As posted above, I don't believe it can be done without JavaScript. Yeah, you could do <td onclick="window.location='[link]'">, that would probably be easiest. Then you can do <td style="cursorointer">