BroChris
07-04-2002, 03:25 AM
Is it possible to turn an entire table cell into a link?
|
||||
td:src? hmmmBroChris 07-04-2002, 03:25 AM Is it possible to turn an entire table cell into a link? boxer_1 07-04-2002, 03:42 AM Hi BroChris, try this (example): <html> <head> <title>Linking a table cell example</title> </head> <body> <p> This page is loaded into the frame named other. </p> <table> <tr> <td onClick="document.location='http://www.codingforums.com/'"> Cell contents, <b>click here</b>. </td> </tr> </table> </body> </html> Is this what you are trying to do? Good luck ;). jkd 07-04-2002, 04:31 AM Related thread: http://www.codingforums.com/showthread.php?s=&threadid=1334 :) BroChris 07-04-2002, 04:43 AM Yep, that's exactly what I needed. Thank you. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum