Welcome Guest, Not a member yet? Register   Sign In
CKEditor and problems with change background color
#3

[eluser]nahalem[/eluser]
Doesn't work, global_filtering have to FALSE. I'm trying to do this and still nothing:

Code:
//Replacing styles from the "Styles tool"  
   '.field' => array(
  
    //Creating a new style named "style 1"
    '.field' => array (
     'name'   =>  'Blue Title',
     'element'  =>  'h2',
     'background-color' => 'Yellow',
    
    '.field' => array(
      'color'  =>  'Blue',
      'font-weight'  =>  'bold',
      'background-color' => 'black'
     )
    ),    
   )


Messages In This Thread
CKEditor and problems with change background color - by El Forum - 07-06-2012, 12:27 AM
CKEditor and problems with change background color - by El Forum - 07-06-2012, 07:32 AM
CKEditor and problems with change background color - by El Forum - 07-06-2012, 10:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB