Hi all,
Can anyone suggest some ideas into creating a link from a <td> column?
Would it be achieved via CSS? If so, would you scrap the table and use a <DIV>?
Cheers,
micmac
| SitePoint Sponsor |
Hi all,
Can anyone suggest some ideas into creating a link from a <td> column?
Would it be achieved via CSS? If so, would you scrap the table and use a <DIV>?
Cheers,
micmac
Hmmm... What on earth are you talking about?
Looking at my post perhaps i didn't explain it that well.
I was wanting to make a link from a HTML table column. Is that possible?
Links are usually from text or an image...
Are there other ways to make links besides text and images...perhaps a div or layer?
What exactly are you trying to do?
I was wanting to make a link of an area (if possible). So for example:
Code:<table width="200" border="0" cellpadding="0" cellspacing="0"> <tr> // start of area which i want to be a link <td width="100"> Text<br> Text<br> Text<br> Text </td> // end of area which i want to be a link <td width="100"> Text<br> Text<br> Text<br> Text </td> </tr> </table>





Hello
thats not valid HTML, but you can always try and see what happens in the different browsers
You can do that with javascript... http://bonrouge.com/test/jslink.htm
Thats the shot....thanks very much for your time BonRouge
Bookmarks