Hey,
See the code below, The cell color is yellow. Is there any way that if I click anywhere on the CELL where the hyperlink is, it will take me to the same url "http://chargertek.in"
<table border="1" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" bgcolor="yellow"><a href="http://chargertek.in">Free Web Hosting</a></td>
</tr>
</table>