In a table structure, I add a hyperlink like this:
<table>
<tr>
<a href='http://www.google.com'>link</a>
</tr>
</table>
But it display as plain text on the browser(IE or firfox) like this:
<a href='www.google.com'>link</a>
not a link point.
who can tell me the reason? thankx.