On Mar 17, 5:14 am, "Thomas Müller" <tom.muelle...@t-online.de> wrote:
> Hello,
>
> the following HTML works:
> <td bgcolor="C00000">Test</td>
>
> the following doesn't work:
> <td class="BG">Test</td>
>
> in the styles.css is BG defined:
> .BG { bgcolor: C00000 }
>
BGCOLOR is a HTML attribute not CSS. In CSS, use-
background-color:xxxxxx