Closed
Bug 111835
Opened 24 years ago
Closed 24 years ago
col tag align and valign dont work
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: xpusostomos, Assigned: attinasi)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.6) Gecko/20011120
BuildID: 2001112009
When using the col tag within
a colgroup tag and specifying
the align and valign, the
alignment doesn't work. This
works in IE6. Example
below...
table
colgroup
col align=left valign=top
/colgroup
tr
td something /td
td something /td
/tr
/table
Reproducible: Always
Steps to Reproduce:
1.above HTML is wrongly aligned.
2.
3.
Comment 1•24 years ago
|
||
Duplicate of "column style resolution for text-align,vertical-align not yet
implemented [CASCADE]"
*** This bug has been marked as a duplicate of 915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•