- From: Sebastian Horch <horch@fysik.dtu.dk>
- Date: Tue, 4 Apr 2000 11:54:53 -0400 (EDT)
- To: www-amaya@w3.org
Hi, I have a table within a table. It looks fine in Netscape and IE, but when I READ the file with Amaya (3.0 under NT4.0), the inner table is not rendered wide enough. When I then EDIT this file in Amaya and - first set the inner table width to some value and - second remove this width argument again THEN Amaya shows everything as the other browsers. BUT: When I save this edited file, it looks basically like the one I loaded and when I READ it again with Amaya, the problem is there again. Below is the core of my code - any help is much appreciated. Thanks Sebastian Horch --- <center> <table border="0" cellspacing="5" width="90%"> <tbody> <tr> <td align="center"> <font size="+2"><strong> Text Text Text</strong></font> <br> Text Text Text <br> <br> Text Text Text <br> <table border="0" cellspacing="0" cellpadding="5" bgcolor="#DDDDDD"> <tbody> <tr> <td align="right"> Office:<br> Telephone:<br> Fax:<br> E-mail:<br></td> <td> xxx-xxx<br> (+xx) xxxx xxxx<br> (+xx) xxxx xxxx<br> <tt><A ref="mailto:XXX">xxxxx@yyyyy.zzz.aa</A></tt><br></td> </tr> </tbody> </table> </td> <td> some other stuff </td> </tr> <tbody> </table> </center>
Received on Tuesday, 4 April 2000 12:14:26 UTC