editor.EditorBodyStyle = "{background-color:#fff}"
OR
cssPathBody = "../clientFolder/editor.css"
And in the "
editor.css" file you put...
body{
background-color:#fff
margin: 2px 1px 20px 0;
border: 1px solid #e5e5e5;
padding:5px;
}
h1{
padding:15px 0 0 25px;
font-size:24px;
font-weight:200;
font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif;
color: #003399;
}