Closed
Bug 6122
Opened 26 years ago
Closed 26 years ago
Alignment problem with fixed width tables
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: hyp-x, Assigned: buster)
References
Details
The following table should be centered on the page.
But it only works if width= is not specified.
width=% has the same bug.
Checked: M5
---
<center>
<table border width=100>
<tr>
<td>alma</td>
</tr>
</table>
<center>
Updated•26 years ago
|
Assignee: karnaze → kipp
Comment 1•26 years ago
|
||
Kipp, you may have missed a case in the compatibility work involving <center>.
Fixed.Some mysterious code in the nsHTMLReflowState was removed (by me) because
I didn't know why it was there...now I do, so its back.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Using 5/20 Apprunner, verified bug is fixed. Table is centered on page.
You need to log in
before you can comment on or make changes to this bug.
Description
•