Amaya 8.5 fails to render iframe correctly

Hello,

the following HTML displays a small table with most of the iframe's source below 
that table (the iframe's source includes a few tables itself):

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <title>EMail Viruses detected in KKS</title>
  <meta content="Ulrich Windl" name="author">
</head>

<body>

<table style="width: 100%; text-align: left;" border="1" cellspacing="2"
cellpadding="2">
  <tbody>
    <tr>
      <td style="vertical-align: top;">kgate</td>
      <td style="vertical-align: top;">mailgate</td>
    </tr>
    <tr>
      <td style="vertical-align: top;"><iframe
        src="http://kgate/emailvirs.html">
        </iframe>
      </td>
      <td style="vertical-align: top;"><iframe
        src="http://mailgate-i.dvm.klinik.uni-regensburg.de/emailvirs.html">
        </iframe>
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>

See attachment for a screen shot.

Regards,
Ulrich

Received on Wednesday, 9 June 2004 02:58:05 UTC