I assume you want to make an entire row a link?
If that is the case, you'll either need JavaScript, or to include each link individually in each cell.
The javascript is very simple.
Code:
<tr onclick='location.href = "http://www.example.com";'>
Add an underline, as though it were a normal link:
Code:
<tr onclick='location.href = "http://www.example.com";' style='text-decoration: underline; color: blue; cursor: pointer;'>
HTH!
Regards,
Rich
--
[
http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design