Closed Bug 85667 Opened 23 years ago Closed 23 years ago

alignment bug with styles

Categories

(SeaMonkey :: General, defect)

x86
Windows ME
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 49274

People

(Reporter: linuzonix, Assigned: asa)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID:    20010613

When trying to align a table that is contained in onother table cell 
using style="text-align: center" instead of align="center" it doesn't work.

Reproducible: Always
Steps to Reproduce:
http://dias.aueb.gr/~p3940098/bugs/bug.html

The message should be centered but it's not.
Actually I think it's centered, but the width of the <td> is not 100% of table.
To see what I mean, open the link in Composer.
No.  text-align:center will center _inline_ content of the <td>.  The table is
block content.  If you want to center it, set margin-left and margin-right to
auto on the table.

Our behavior here is correct per spec.  See bug 11384 and bug 49274 for more
information.

*** This bug has been marked as a duplicate of 49274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.