Click to See Complete Forum and Search --> : linking an entire table


fatbottoms
07-24-2005, 07:02 PM
how would i link an entire table?

Charles
07-24-2005, 07:03 PM
how would i link an entire table?You cannot. The A element can only contain inline elements and cannot contain A elements. Table elements are block level elements.

fatbottoms
07-24-2005, 07:20 PM
someone told me you could do this and it seemed to work for mac ,but
not other browsers.

<a href= "">
<table>
</table>
</a>

Charles
07-24-2005, 07:57 PM
There is one possibility. It's a bit tricky because it doesn't always work. So you must be certain to provide a backup link somewhere. But you could use <table onclick="location = 'http://www.w3.org/'">