Closed
Bug 61542
Opened 25 years ago
Closed 25 years ago
table background and hexcodes
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ve3ll, Assigned: karnaze)
References
()
Details
if a table cell has a background coded as a hexcode
it doesnt render it. Cells with backgrounds as
keywords work! This problem did not exist in netscape 4.7
but does in mozilla build ...112520
Comment 1•25 years ago
|
||
reporter you need to add the # sign in front of your hex colors.
so for white you need bgcolor="#ffffff" not bgcolor="ffffff"
INVALID.
Comment 2•25 years ago
|
||
Yep. This is invalid. The # is necessary for hex color specs.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•