Closed Bug 195969 Opened 22 years ago Closed 22 years ago

<TD BORDERCOLOR="#FFFFFF"> Tag unsupported

Categories

(Core :: Layout: Tables, defect)

defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: zaliek, Unassigned)

References

()

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3b) Gecko/20030210 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3b) Gecko/20030210 When using the following HTML tag: <TD BORDERCOLOR="#FFFFFF"> in a standard table, Mozilla does not display the specified color for that cell. This tag is generated by Dreamweaver UltraDev 4. Below is a sample table that displays correctly in IE but not in Mozilla (Any version or OS). ------------------------------------------------------------------------------ Mozilla Correctly Displays the <TABLE BORDERCOLOR="##0066FF" & BGCOLOR="#FFFFFF" Tags But the below <TD BORDERCOLOR="#FFFFFF"> tags are ignored. ------------------------------------------------------------------------------ <TABLE WIDTH="350" BORDER="1" BORDERCOLOR="#0066FF" BGCOLOR="#FFFFFF"> <TR BGCOLOR="#FFFFFF"> <TD BORDERCOLOR="#FFFFFF">mmm</TD> <TD BORDERCOLOR="#990000">mmm</TD> </TR> <TR BGCOLOR="#FFFFFF"> <TD BORDERCOLOR="#00FF33">mmm</TD> <TD BORDERCOLOR="#666666">mmm</TD> </TR> <TR BGCOLOR="#FFFFFF"> <TD BORDERCOLOR="#FFCC66">mmm</TD> <TD BORDERCOLOR="#0066FF">mmm</TD> </TR> </TABLE> ------------------------------------------------------------------------------ I myself aren't a programmer so I can't help with this problem anymore than bringing it to your attention. I would appreciate someone adding support for this table tag as it's a important part in my website's display. Feel free to contact me at zaliek@yahoo.com if you need anymore clarification. My website address is http://ts2musicbox.tripod.com/ Reproducible: Always Steps to Reproduce: 1.Open the sample page in any version of Mozilla on any operating system. 2.View it. 3. Actual Results: The individual cell's border color is not displayed. The color that is displayed is the default grey. Expected Results: Mozilla should have displayed the specified border color for the cell. IE displays this correctly.
Attached file A simple sample table
-> invalid Please reopen if you find "BORDERCOLOR" somewhere in the specs : http://www.w3.org/TR/html401/struct/tables.html
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
v. the correct syntax is <td style="border:1px solid black;">
Status: RESOLVED → VERIFIED
*** Bug 319307 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: