When i am using tag in ckeditor its disappearing from the html. i found the solution here - > https://www.drupal.org/node/1908696 . this is the issue of ckeditor to enable i tag in html
1. open the ckeditor.config.js file in your ckeditor module
2. Add this line below the config.protectedSource.push(/<\?[\s\S]*?\?>/g); // PHP Code
// ALLOW (<i></i>)
config.protectedSource.push(/<i[^>]*><\/i>/g);
3. Save and check now you can add tag in ckeditor.
Thanks for following TOsTech
Like our Facebook page
https://goo.gl/2kaXBc
Subscribe us on YouTube and help us growing
https://goo.gl/BQuUy3
Follow on Instagram account
https://goo.gl/LVWUQ5
Also, Read And Follow our Blog
https://goo.gl/55WrBR
Follow on LinkedIn -
https://goo.gl/tXXfAy
Thank u and keep supporting👍
- TOsTech team
Stay Connected Stay Techy
TOsTech Team
No comments:
Post a Comment