css
youroutsider asked:

How do I make a table cell clickable to a URL in CSS? I can make the text linkable of course and the background color to change on hover, but I want the entire cell to be clickable to send a user to another URL. Is this possible? Thanks
javiers answer worked for the row the link was in, BUT, i need the entire cell to work as a link, not just the row where the link is. I have :

A link
Then text underneath.

I need the entire cell holding the link and text to be clickable. 🙁