View Full Version : Tables/Links


sbcjr
11-29-2005, 01:50 PM
Is it possible to use an entire table as a link?

Thank you!

harmor
11-29-2005, 02:09 PM
I don't see why not

<a href="http://google.com">
<table width="40%">
<tr>
<td>This is a table inside a link</td>
</tr>
</table>
</a>

sbcjr
11-29-2005, 02:48 PM
Thank you for the reply!
It looks like it should work, but for some reason it doesn't.
The link tags work inside the table, but I sure can't make them work outside.
Any other ideas?