This is what I have for settings
<%
Set editor = New CuteEditor
editor.ID = "sc_content"
editor.DownLevelRows = 40
editor.Text = sc_content
'editor.EnableStripScriptTags = false
editor.ShowBottomBar = true
editor.FilesPath = "CuteEditor_Files"
editor.EditorBodyStyle = "font:normal 12px arial;"
editor.EnableAntiSpamEmailEncoder = false
editor.UseFontTags = true
editor.Draw()
%>
let me know
and thanks in advanced
Yaco