Closed
Bug 331760
Opened 20 years ago
Closed 20 years ago
The <col> tag is ignored.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: gurdiga, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051013
Build Identifier: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051013
If I have a table, the simplest, with one column, and I want to righ-align data in cells using the <col align='right'> tag, it is ignored. Example:
<table border='1'>
<!-- here it comes -->
<col align='right'>
<tr><td>just text</td></tr>
<tr><td>a longer text</td></tr>
<tr><td>short text</td></tr>
<tr><td>shorter text?</td></tr>
<tr><td>text</td></tr>
<tr><td>another text</td></tr>
</table>
Reproducible: Always
Steps to Reproduce:
1. Take the code from "Details" textarea.
2.
3.
Actual Results:
Incorrect table rendering.
Expected Results:
Correct table rendering.
It work well on Opera and even on Lynx! It's a shame, I love Mozilla browser.
Comment 1•20 years ago
|
||
*** 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.
Description
•