I want to make some of my cell to be links eg
Code: Select all
<table width="200" height="128" border="0" cellpadding="5" cellspacing="0">
<tr>
<td>Home</td>
</tr>
<tr>
<td>Abour Us </td>
</tr>
<tr>
<td>Contact</td>
</tr>
</table>regards