Posted by Beauregard T. Shagnasty on 10/30/06 01:34
Ganesh wrote:
>>> you wrote:
>>>> color: #993300; <-- no background color assigned
>>>
>>> So is it said that one should not use colors either?
>>
>> It is not said. Use all the color you want. I said you assigned no
>> *background* color with your font (foreground) color. You can get
>> into trouble by not assigning both, because a visitor may have
>> assigned their own background color, which may wipe out your
>> foreground.
>
> But I assigned background color to white already
You've changed it all around since I last looked. Now you have the body
background assigned as white (#fff). You have now not assigned the
foreground color; you are trusting that _my_default_ font color is
black. Use this:
body {
background-color : #ffffff;
color: #000000;
font-size : 100%;
}
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|