Closed Bug 641 Opened 26 years ago Closed 26 years ago

table height attribute doesn't work

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 637

People

(Reporter: angus, Assigned: buster)

References

()

Details

Sample HTML, pixel value: <html> <body> <table bgcolor=red height=300 width=100%><tr><td> Foo </td></tr></table> </body> </html> Percent value: <html> <body> <table bgcolor=red height=100% width=100%><tr><td> Foo </td></tr></table> </body> </html> Neither case works; table height is instead set to height of content.
Component: Unknown → HTMLTables
Adding Kipp to cc list since buster commented that this was dependent on Kipp's vertical spacing work.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
duplicate of 637 *** This bug has been marked as a duplicate of 637 ***
Status: RESOLVED → VERIFIED
Marking Verified/Duplicate.
You need to log in before you can comment on or make changes to this bug.