Re: Set fixed size of cutesoft text area

  •  11-09-2011, 6:15 PM

    Re: Set fixed size of cutesoft text area

    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
View Complete Thread