Inline style attribute will be removed by CodeIgniter by default, not tinymce’s fault!
Set this param to false in config.php:
1 |
$config['global_xss_filtering'] = false; |
Reference:
Inline style attribute will be removed by CodeIgniter by default, not tinymce’s fault!
Set this param to false in config.php:
1 |
$config['global_xss_filtering'] = false; |
Reference: