Closed Bug 244845 Opened 20 years ago Closed 20 years ago

colgroup tag attribute "align=" do nothing

Categories

(Core :: Layout: Tables, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 915

People

(Reporter: chris2mop, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520

the following sample doesn't align right the <TD> data </td> text.
Text is always left aligned whatever "align=" specifies. Already occured in
Mozilla version 1.6

<table border="1" width="800">
  <colgroup align="right" span="5"></colgroup> <tbody>
    <tr>
      <th>ADH_RENT</th>
      <th>Adresse</th>
      <th>TITRE</th>
      <th>Ville</th>
      <th>Code Postal</th>
    </tr>
    <tr>
      <td>Bbbbbb</td>
      <td>Llllllll</td>
      <td>Madame</td>
      <td>Lavvvvvvv</td>
      <td>000000</td>
    </tr>
  </tbody>
</table>


Reproducible: Always
Steps to Reproduce:
1.displays the preceding sample in mozilla
2.
3.

Actual Results:  
text is left aligned

Expected Results:  
text should be right aligned

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