| 
	
 | 
 Posted by richard on 11/03/07 23:43 
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.
 
  
Navigation:
[Reply to this message] 
 |