This is weird because I don't get anything like that all, so I am wondering where the conflict is...
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.ConfigurationPath = "/editor/editor_files/configuration/autoconfigure/cover_designer.config"
editor.Width = 314
editor.Height = 652
editor.ShowWordCount = false
editor.ShowTagSelector = false
editor.EditorWysiwygModeCss = "local.css"
editor.EditCompleteDocument=true
editor.Text = "<span class='boldgreen'>" & strCoverPage & "</span>"
editor.Draw()
I tried using a CSS placed in all possible locations and get no change to the loaded text. tested in IE9, Firefox7 and Chrome15