How to get rid of 'normal' option - editor.ShowNormalMode = false ????

  •  08-10-2005, 1:05 AM

    How to get rid of 'normal' option - editor.ShowNormalMode = false ????

    I have figred out how to get rid of the html and preview abilities:
     
        editor.ShowHtmlMode = false
        editor.ShowPreviewMode = false

    How do I get rid of the normal ability?  Yes, normal is default and clicking it does nothing - this is the exact reason I want to get rid of it. 
     
    TYIA

    Wind is your friend
View Complete Thread