Nope, here's my code. Actually, I'm pretty sure it's not a code issue, I didn't mention this before (sorry) but it works fine on my development machine, but not on my (hosted) server.
Dim editor
Set editor = New CuteEditor
editor.ID = "HelpText"
if strHelpText<>"" then editor.Text = strHelpText
editor.ThemeType="Office2003_BlueTheme"
editor.FilesPath = "CuteEditor_Files"
editor.AutoConfigure = "asid"
editor.EditorBodyStyle = "table { font:normal 12px arial; }"
editor.EditorWysiwygModeCss = "style/acase.css"
editor.Draw()
- Anne