Hi
I would like to give the ditor a default font, is this possible?
Eric
.el-rte-structure{
font-size: 10px;
color: #FF0000;
}
1 | HTMLEditor . JQHTMLEditorOptions . CssFiles . Add( '/your.css' ); |
t would be nice to set a default font and size and that this font and size also appears in the content.
Geoge wrote:HTMLEditor.JQHTMLEditorOptions.CssFiles.Add('/your.css');
1 2 3 | body,html{ font-family : "Verdana, Geneva, sans-serif" ; } |