Closed
Bug 86205
Opened 23 years ago
Closed 23 years ago
<hr> inside <td></td> too short
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: jonathanbaron7, Assigned: karnaze)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2 i686; en-US; rv:0.9.1+)
Gecko/20010615
BuildID: 20001061521
<hr> inside <td></td> turns into a little dot
unless I say <hr width="100%">
Reproducible: Always
Steps to Reproduce:
1. <tr><td><hr></td></tr> inside <table></table>
2.
3.
Actual Results: dot
Expected Results: line
compare
www.sas.upenn.edu/~baron/index2.html
with
www.sas.upenn.edu/~baron/index.html
The second has width="100%", and it is
what I think the first should look like.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 81776 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•