EditorBodyStyle can only change the style of the document body.
For table, please add the following code into your style sheet file and use .EditorWysiwygModeCss Property to apply it to editor.
td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.EditorWysiwygModeCss Property
Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss="example.css,/default.css"
Example Code
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text="Type here";
$editor->FilesPath="CuteEditor_Files";
$editor->EditorWysiwygModeCss="example.css,/default.css";
$editor->Draw();
$editor=null;
//use $_POST["Editor1"]to catch the data
?>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx