Closed
Bug 11225
Opened 26 years ago
Closed 26 years ago
table cell contents not centering properly
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: tor, Assigned: karnaze)
References
()
Details
Netscape 4.61 renders the following minimal testcase with the image
centered in a red field. apprunner (8/3 cvs pull) lays out this
example with the image at the left side of the table.
<table width="75%" height="75%" bgcolor="#ff0000">
<tr align="center">
<td>
<img src="http://www.mozilla.org/status/tree.gif">
</td>
</tr>
</table>
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 1•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Verified dup of #1802
You need to log in
before you can comment on or make changes to this bug.
Description
•