Can you make an HTML link of a table cell i tried this it works in Explorer but not netscape. I dont want to use javascript as i want the search engines to catalog the links is this possible? can i use CSS. will search engines follow the links?
<a href="test.html">
<td onmouseover="this.style.background='#cccccc'" onmouseout="this.style.background='#F5F5F5'"; class="synopsis" >
This cell contence....
</td>
</a>
I also tried this but did not work at all:
<td href="test.html onmouseover="this.style.background='#cccccc'" onmouseout="this.style.background='#F5F5F5'"; class="synopsis" >
This cell contence....
</td>
....Any other ideas?
If I used css div to recreate the table could it be acheived that way?
regards
Angus
<a href="test.html">
<td onmouseover="this.style.background='#cccccc'" onmouseout="this.style.background='#F5F5F5'"; class="synopsis" >
This cell contence....
</td>
</a>
I also tried this but did not work at all:
<td href="test.html onmouseover="this.style.background='#cccccc'" onmouseout="this.style.background='#F5F5F5'"; class="synopsis" >
This cell contence....
</td>
....Any other ideas?
If I used css div to recreate the table could it be acheived that way?
regards
Angus