Closed Bug 77466 Opened 23 years ago Closed 23 years ago

The cell text should be right aligned.

Categories

(Core :: Layout: Tables, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 915

People

(Reporter: bsharma, Assigned: karnaze)

References

()

Details

Tested on:
2001-04-23-06-trunk

The text in the cell in the row is not centered.
Try the test case in the url field.
This should probably go to Karnaze or some other table person.
Assignee: clayton → karnaze
Component: HTML Element → HTMLTables
QA Contact: bsharma → amar
without seeing the testcase I bet this is a 100% dupe of bug 915.
bsharma@netscape.com could you attach the testcase to the bug, so that I can
verify the dupe :-)
Following is the test case.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>col_align_right</title>
</head>
<body>
<table border width="600">
<colgroup>
<col align="right">
<col align="right">
</colgroup>
<tr>
<td>Cell text should be right aligned</td>
<td>Cell text should be right aligned</td>
</tr>
</table>
</body>
</html>

*** This bug has been marked as a duplicate of 915 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
 The given Uri does not work but form the above discussions it is a dupe of bug
# 915.. closing this bug
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.