Ok, If I put
editor.ShowHTMLMode = True
editor.ShowPreviewMode = False
Then the Preview Mode tab appears and the HTML tab is gone.
If I put..
editor.ShowHTMLMode = False
editor.ShowPreviewMode = True
Then the HTML tab appears and the Preview tab is gone.
If I put...
editor.ShowHTMLMode = True
editor.ShowPreviewMode = True
None of them appear.
Why would it do this?