Closed
Bug 3312
Opened 26 years ago
Closed 26 years ago
table layout incorrect
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M8
People
(Reporter: buster, Assigned: karnaze)
References
()
Details
(Whiteboard: [MAKINGTEST])
the "Problem 1 solved!" table does not lay out correctly. It's left edge looks
too thick.
HTML source for table:
<table cellpadding=0 cellspacing=0 border=0 width=100%>
<tr>
<td bgcolor="#cc3300" width=2 height=5><spacer type="block"
width=2 height=5></td>
<td bgcolor="#ffffcc" width=8><spacer type="block" width=8></td>
<td bgcolor="#ffffcc" width="100%"><spacer type="block"
width=1></td>
<td bgcolor="#ffffcc" width=8><spacer type="block" width=8></td>
<td bgcolor="#cc3300" width=1><spacer type="block" width=2></td>
</tr>
<tr>
<td bgcolor="#cc3300"><img src="/Images/bump.gif" width=2
height=2></td>
<td bgcolor="#ffffcc"><img src="/Images/bump.gif" width=8
height=2></td>
<td bgcolor="#ffffcc">
<font size=+2 color="#cc3300"><b><tt>Problem 1 solved!</tt></b></font> <br><font
size=-1 face="Arial, Helvetica">The Windows 95 uninstaller can't remove Windows
3.<i>x</i> programs or any apps that don't support InstallShield. Oh yeah--it
can't find redundant or orphaned files either. You need a real uninstaller for
that--and CleanSweep's the best one around.</font></td>
<td bgcolor="#ffffcc"><img src="/Images/bump.gif" width=8
height=2></td>
<td bgcolor="#cc3300"><img src="/Images/bump.gif" width=2
height=2></td>
</tr>
<tr>
<td bgcolor="#cc3300" height=5><spacer type="block" width=2
height=5></td>
<td bgcolor="#ffffcc"><spacer type="block" width=8></td>
<td bgcolor="#ffffcc"><spacer type="block" width=1></td>
<td bgcolor="#ffffcc"><spacer type="block" width=8></td>
<td bgcolor="#cc3300"><spacer type="block" width=2></td>
</tr>
</table>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M6. I recently reassigned a bug to Kipp where <img height=..> inside a
cell was incorrect. This could be related.
Assignee | ||
Comment 2•26 years ago
|
||
Moving to M8
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] - run2000@geocities.com
Comment 3•26 years ago
|
||
Not seeing the problem you're seeing, using M7 on Windows NT SP4. However, seeing problems with the table background colours not being honoured when the spacer tags are present without any height attribute set. This may be related to bug 8873. Investigating further...
Comment 4•26 years ago
|
||
Attached new test case to bug 8873. Marking this bug as WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] - run2000@geocities.com → [MAKINGTEST]
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Using 8/2 Apprunner across platform, verifying bug WORKSFORME.
You need to log in
before you can comment on or make changes to this bug.
Description
•