The style to be applied to the Editor body.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Sets
the style to be applied to the Editor body.
editor.EditorBodyStyle
= "font:normal 14px verdana;"
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace