Closed
Bug 709
Opened 27 years ago
Closed 26 years ago
<TR ALIGN="center"> Doesn't center cell data
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
M9
People
(Reporter: jer, Assigned: buster)
Details
I think the subject says it all... when you use a <TR ALIGN="center"> the data
in the <TD>'s for that row are not automatically centered.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Peter broke this when we optimized style resolution for tables. It is now
working again, and the optimization saves us a tremendous amount of overhead
(memory space and processing time) on average, proportional to how "regular" the
table attributes are across cells.
I believe this is broken in the 09-March build. Using the following HTML
snippet, the two sentences are centered in their cells in Communicator 4.51 and
IE 4.01; however, in apprunner.exe, the text is left-aligned. Re-opening bug.
<table>
<tr align="center">
<td>The quick brown fox jumped over the lazy dog.</td>
<td>Now is the time for all good men to come to the aid of their country.</td>
</tr>
</table>
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
I think the subject says it all... when you use a <TR ALIGN="center"> the data
in the <TD>'s for that row are not automatically centered.
You need to log in
before you can comment on or make changes to this bug.
Description
•