Closed
Bug 2181
Opened 26 years ago
Closed 25 years ago
content in tables does not show up.
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M6
People
(Reporter: michaelp, Assigned: karnaze)
References
()
Details
visual debugging shows where the cells are, but the content never shows up.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M6
Assignee | ||
Comment 3•26 years ago
|
||
Moving to M6
Comment 4•25 years ago
|
||
If someone can point out what the 'bug' is on this page then please do.
I don't see one -- simply the predictable consequence of the HTML.
First, the <body> tag:
<body topmargin="0" leftmargin="0" background="images/B4.jpg"
link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" text="#FFFFFF">
but the '/images/B4.jpg' is '404 Not Found', hence the default bgcolor
would be (normally) '#FFFFFF'.
Second, in the body:
1) all text, anchors and IMG are wrapped in <FONT COLOR="#FFFFFF">
2) the two images in the page are also '404 Not Found'.
So ... I "see" 'white' text on a 'white' background, and 'white' ALT
text on a 'white' background.
[Maybe this was a bug on Jan05 but unless anyone has a cached copy of
the HTML this is 'WORKSFORME']
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 5•25 years ago
|
||
Sounds good to me. The "not found" image is not showing up like in Nav4.5, but
that is another issue.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
Using 5/17 build verified WORKSFORME.
You need to log in
before you can comment on or make changes to this bug.
Description
•