Can somebody help me
Is it possible to remove the border from the tinymce editor itself?
I wonder if this can be done through css.
I've been searching through Google and all I came across with are removing borders from the tables.
Thanks in advance
You may overwrite the styling for your tinymce UI html elements using the tinymce editor_css setting. Here youcan define the path to a css file. The css in this file will overwrite the default tinymce css lettting you style the table element as desired.