Closed Bug 3260 Opened 26 years ago Closed 26 years ago

ALIGN= in <TR> tag does not work

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 1802

People

(Reporter: szabo, Assigned: karnaze)

Details

Version: 990223 Look at this little piece of html: <html> <body> <table border=1 width=300> <tr align=center> <td>One</td> <td>Two</td> </tr> </table> <table border=1 width=300> <tr align=right> <td>One</td> <td>Two</td> </tr> </table> <table border=1> <tr align=center> <td>One</td> <td>Two</td> </tr> <tr> <td>----------Long One------------</td> <td>----------Long Two------------</td> </tr> </table> <table border=1 width=100%> <tr align=center> <td>One</td> <td>Two</td> </tr> </table> </body> </html> The first 3 tables are rendered bad - the cells are not aligned (No matter, if the table width is absolute, or determined by the longest row). The fourth table is probably covered by another, previous bug report.
Duplicate of 1802?
Status: NEW → ASSIGNED
Looks like a duplicate of 1802 to me as well.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comments from reporter: Yes, it is duplicate of 1802 - as I've written in February, I did not find Bug 1802, because the Bugzilla "Search" function is case-sensitiv withot a warning to do so, and I supposed it to be case-insensitive to search for <TR . If I find Bug 1802, I do not write a new one. Marking bug duplicate of #1802. *** This bug has been marked as a duplicate of 1802 ***
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.