Re: Issues with EditorWysiwygModeCss

  •  11-10-2016, 8:31 AM

    Re: Issues with EditorWysiwygModeCss

    I am not sure why it was done this way but it somehow seemed to have worked in the past. We were mainly using it to set the editor height. Backgound color of blue is just something I added now to make it stand out to see if styles from Editor are being applied.

     

        }

     

     I tried using it in different ways by calling it .Editor and then using the class ="Editor". But it does not seem to work.

     

    Thanks,

    Priyanka 

        Editor

        {

              height:100%; 

              width: 98%; 

              padding: 10px 10px 10px 10px; 

              background-color: blue; 

              overflow: auto;

              line-height: 1.5em;

View Complete Thread