|
Posted by dorayme on 11/04/07 00:47
In article <fgj138026af@news2.newsguy.com>,
richard <uandme@spam.not> wrote:
> On Sat, 3 Nov 2007 15:18:15 -0700, bbxrider wrote:
>
> > i have this css class
> > .tble1, .tble1 TD, .tble TH
> > {
> > font-family:verdana;
> > font-size:10pt;
> > color:orange;
> > }
> > and invoke it in a table
> > <table cellspacing="1" cellpadding="15" class="tble1">
> >
> > i get the font style and size ok in the td's, but color is always white
> >
> > it needs to be done differently?
> > bob
>
> It may be that the word "orange" is not recognized by the type of html you
> are using. Try using color:#FF00FF or color:RGB(0,0,0)
> Only a limited few color names are allowed in transitional.
Or perhaps particular browsers? All mine show it even with
doctypes changed to various ones or no doctype? Have heard this
about orange before, come to think of it, in some posts here.
I thought that the comma construction in this case would not work
but was wrong. Sorry.
(just btw, I don't think #fof is orange. #f90 might do)
--
dorayme
[Back to original message]
|