Forum Moderators: open
Does something like this suit your needs?
Try putting this in the cell you want:
<iframe src="http://www.google.com" width="100%" height="100%"></iframe>
Kind of like this:
<table width="100%" border="1">
<tr>
<td colspan=3>a</td>
</tr>
<tr>
<td width="33%">b</td>
<td width="34%"><iframe src="http://www.google.com" width="100%" height="100%"></iframe></td>
<td width="33%">c</td>
</tr>
<tr>
<td colspan=3>d</td>
</tr>
</table> If this isn't what you're looknig for, let me know.
[w3.org...]
(Won't work on IE 5.)