Closed Bug 23299 Opened 25 years ago Closed 25 years ago

ALIGN="LEFT" causing whitespace next to TABLEs

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows 98
defect

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.
Removing the following rules from html.css fixes this bug:

table[align=left] {
  margin-right: 4px;
}
table[align=right] {
  margin-left: 4px;
}
html.css was recently changed as Mats suggested. Marking worksforme.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Using 2/17 build, verifying WORKSFORME.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.