Is there a way to make an entire table cell clickable while still vertically aligning the text inside it?
One possible solution is to set the link to display:block and adjust the line height. However, this method may not work if the text spans two lines at times. Are there any other solutions that could be implemented?
Thank you.