I know it is possible to link an entire table cell with CSS.
.tableClass td a{ display: block; }
Is there a way to apply a link to an en
I think this might be the simplest solution:
... ...
The cursor CSS property sets the type of cursor, if any, to show when the mouse pointer is over an element.
The inline css defines that for that element the cursor will be formatted as a pointer, so you don't need the 'hover'.