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)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 1802

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.
QA Contact: 4137
Status: RESOLVED → REOPENED
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>
Resolution: FIXED → ---
changed misc bugs to M6
setting my table bugs to M9
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 1802 ***
Status: RESOLVED → VERIFIED
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.