Some body can tell me what's wrong with the following:
 
  <font color="red"> <ui:label label=...> </font>.
 
I try to change default color and the above code doen'st work. When I use seperate CSS file, like
 
 .form .label {
   font-weight: bold;
  color: red;
}
 
it works.
 
Thanks.

Reply via email to