View Single Post
  #5  
Old 11-22-2016, 11:11 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Is it correct to use html in labels?

<span class="wordX">Word X <span class="wordY">Word Y</span></span>

span.wordX {color:red;font-weigh:bold}
span.wordY{color:blue}

You can add the css in common_files or alt skin you use, either one should work.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote