Closed
Bug 23299
Opened 26 years ago
Closed 26 years ago
ALIGN="LEFT" causing whitespace next to TABLEs
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: john_sherwood, Assigned: karnaze)
References
()
Details
BUILD 2000010516
Extra space is added next to a TABLE that has the ALIGN="LEFT" attribute.
When trying to line up content in two or more tables, white space is added
between them.
If you look at this URL (http://www.zdnet.com/filters/jsherwoo/tabletest/) in
NN4 or IE4/5, you'll see that the tables abut each other. In Mozilla, white
space is added.
Comment 1•26 years ago
|
||
Removing the following rules from html.css fixes this bug:
table[align=left] {
margin-right: 4px;
}
table[align=right] {
margin-left: 4px;
}
| Assignee | ||
Comment 2•26 years ago
|
||
html.css was recently changed as Mats suggested. Marking worksforme.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•