Closed
Bug 702
Opened 27 years ago
Closed 26 years ago
vertical centering wrong in <p align="center">
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
the top frame of this page can be reduced to:
<html><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" >
<table height="60" border=1>
<tr height="40">
<td><p align="center">a</td>
<td>b</td>
</tr>
</table>
</body></html>
"a" is top-aligned when it should be centered (as "b" is.) Tha table seems to
be doing the right thing, it looks like a <p> problem.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Component: Unknown → Layout
Resolution: --- → FIXED
Using the HTML sample in this bug record, both a and b are centered correctly.
Marking verified fixed, 09-Mar build.
You need to log in
before you can comment on or make changes to this bug.
Description
•