Closed
Bug 4284
Opened 26 years ago
Closed 26 years ago
Tables ignore all DIV tags and ALIGN attriblutes
Categories
(Core :: Layout: Tables, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: danielhill, Assigned: karnaze)
Details
Say you have code like this:
<DIV ALIGN=CENTER>
<IMG SRC="topbit.gif">
<TABLE WIDTH=600>
<TR><TD>...</TD></TR>
</TABLE>
<IMG SRC="bottombit.gif">
</DIV>
The IMGs will be centered, but the table won't be. Ditto if <TABLE ALIGN=CENTER>
Sorry I don't have a URL on me at the moment, an example's on my other computer :(
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Priority: P1
Resolution: --- → WORKSFORME
Assignee | ||
Comment 1•26 years ago
|
||
I think Kipp may have fixed this in the last few days. Here is the test case
I'll be using for regression testing.
this table should be center aligned
<BR>
<table align=center border=1>
<tr><td>foo</td></tr>
</table>
this div should be center aligned with an image and a table centered in it
<BR>
<DIV ALIGN=CENTER>
<IMG width=50 height=50
SRC="file://s:/mozilla/dist/win32_d.obj/bin/res/samples/raptor.jpg">
<TABLE border=1 WIDTH=600>
<TR><TD>foo</TD></TR>
</TABLE>
</DIV>
Updated•26 years ago
|
Whiteboard: 4/2: Additional information requested from assigned engineer prior to verification
Comment 2•26 years ago
|
||
Table appears to ignore ALIGN attribute in DIV. Requested additional information
from assigned engineer prior to verification.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: 4/2: Additional information requested from assigned engineer prior to verification
Comment 3•25 years ago
|
||
Using 6/14 Apprunner, verified bug fixed; tables and images are centered.
You need to log in
before you can comment on or make changes to this bug.
Description
•