Closed
Bug 2065
Opened 26 years ago
Closed 26 years ago
Nested tables rendering bug
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
People
(Reporter: mik, Assigned: buster)
Details
The following HTML file is displayed wrong (only cell "one" is visible):
<HTML>
<BODY>
<TABLE BORDER WIDTH="100%">
<TR>
<TD WIDTH="50%">
One
</TD>
<TD WIDTH="50%">
<TABLE BORDER WIDTH="100%">
<TR>
<TD WIDTH="50%">
Two
</TD>
<TD WIDTH="50%">
Three
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
If you remove "WIDTH=100%", NGLayout displays it correctly.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•