Closed
Bug 476416
Opened 16 years ago
Closed 16 years ago
Tables not aligned correctly when need to center a table inside a div element.
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: shawn2008, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090201 Minefield/3.2a1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090201 Minefield/3.2a1pre
<div style='text-align: center'><table style='background: #ccf'><tr><td>This table should be centered.</td></tr></table></div>
<div style='text-align: center'><center><table style='background: #8f8'><tr><td>This table is centered because it is inside the deprecated <center> tag.</td></tr></table></center></div>
Reproducible: Always
Steps to Reproduce:
1. load the above URL or use the HTML in the details.
2.
3.
Actual Results:
load the above web page or another with similar HTML.
Expected Results:
centered tables
see URL for details.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•