Closed
Bug 246920
Opened 21 years ago
Closed 21 years ago
HTML Table not displayed.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 246213
People
(Reporter: ian3924, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a2) Gecko/20040615
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a2) Gecko/20040615 Build ID 2004061507
I have the following Table code in my HTML file:
<table class="box">
<tr>
<td><p class="stitle">
<a name="c2">Junk email.</a></p></td>
</tr>
</table>
The CSS code for 'stitle' (in my example) is:
.stitle { font-size: medium;
font-family: Arial,Helvetica,serif }
The CSS code for 'box' (in my example) is:
.box { background-color: #BBDBE6; border-color: #BBDBE6;
border-width: 0; width: 100% }
On viewing the HTML file in the browser, this code is not displayed at all. ie
there is nothing shown on the page.
Reproducible: Always
Steps to Reproduce:
1. Write a HTML file with the Table code as shown above.
2. View the HTML file in the browser.
3.
Actual Results:
The code relating to the Table is not displayed.
Expected Results:
Display the Table across with full width of the page.
Comment 1•21 years ago
|
||
WFM 20040611 PC/Win2000
Comment 2•21 years ago
|
||
Please reopen if you have a testcase or URL that illustrates this bug.
| Reporter | ||
Updated•21 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
| Reporter | ||
Comment 3•21 years ago
|
||
The attached HTML file show why this bug is still a problem with me. Mozilla
Firefox and Internet Explorer display this file correctly.
Thanks.
reporter could you try the workaround in bug 246213, if it fixes it for you,
then close this bug as duplicate of that bug
| Reporter | ||
Comment 5•21 years ago
|
||
I'm unable to use the workaround suggested as I don't know what 'about:config'
is nor how I can find it. Please explain.
Thanks.
Please type in the urlbar instead of http://wwww.foo.comm about:config
typing about:about might be also helpfull as long as you are not using firefox
(or do they have it now?)
| Reporter | ||
Comment 7•21 years ago
|
||
I've read the useful URL http://www.mozillazine.org/misc/about:config/ on how to
modify/create preferences and have now added the integer preference
'ui.useAccessibilityTheme' with a value of 0. This now resolves the problems I
had with using Mozilla Build ID 2004061507 on my Win98 machine. From my point of
view, you can close this bug.
Thanks for your help.
Attachment #151047 -
Attachment description: Test case HTML file. → Test case
Attachment #151047 -
Attachment mime type: text/plain → text/html; charset=iso-8859-1
*** This bug has been marked as a duplicate of 246213 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•