Closed
Bug 23591
Opened 26 years ago
Closed 26 years ago
<TABLE BORDER="1" FRAME="void" RULES="groups"> not displaying correctly
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: martin.honnen, Assigned: karnaze)
Details
Attachments
(1 file)
383 bytes,
text/html
|
Details |
<TABLE BORDER="1" FRAME="void" RULES="groups">
<COLGROUP>
<COLGROUP ALIGN="right" SPAN="2">
<THEAD>
<TR><TH>Name</TH><TH>Price</TH><TH>Quantity</TH></TR>
</THEAD>
<TBODY>
<TR><TD>Bike</TD><TD>200</TD><TD>2</TD></TR>
<TR><TD>Car</TD><TD>2000</TD><TD>1</TD></TR>
</TBODY>
</TABLE>
should only show rules between the header and the body and the colgroups. It
actually shows rules around the TH cells and between columns.
Reporter | ||
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
Marking as dup of #24113
*** This bug has been marked as a duplicate of 24113 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•