|
Posted by Jonathan N. Little on 03/17/07 13:07
scripts.contact@gmail.com wrote:
> 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
>
>
Correction: background-color: #xxxxxx
^
Put '#' before the 'C00000'
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|