Hello, I wonder if it is possible to add a function to a tablecell, which makes a hyperlink out of the entire tablecell if there is a link in the cell?
So that, if I write...
<td height="100"><a href="link.asp">a link</a></td>
...the empty spaces surrounding the link would be linked as well?
Please let me know if I have to explain further! Thanks/P
So that, if I write...
<td height="100"><a href="link.asp">a link</a></td>
...the empty spaces surrounding the link would be linked as well?
Please let me know if I have to explain further! Thanks/P
Comment