Closed
Bug 2585
Opened 26 years ago
Closed 26 years ago
Table not rendered
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
People
(Reporter: michael.j.lowe, Assigned: buster)
Details
The align attribute on the following table prevents it from being rendered.
<html>
<table align=left border=2>
<tr><td>
Testing 123
</td></tr>
</table>
</html>
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 1•26 years ago
|
||
... content is a single table that's floated left
*** This bug has been marked as a duplicate of 2394 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•