Closed
Bug 3260
Opened 26 years ago
Closed 26 years ago
ALIGN= in <TR> tag does not work
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
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.
Comment 1•26 years ago
|
||
Duplicate of 1802?
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
Looks like a duplicate of 1802 to me as well.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 3•26 years ago
|
||
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 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•