Re: Style tag in Head tag problem (removed by editor)

  •  07-23-2008, 5:37 AM

    Re: Style tag in Head tag problem (removed by editor)

     
    You can get a similar problem to occur if you run the following javascript, where the STYLE tag is moved/removed/corrupted...
     
     

    document.getElementById('CE_Editor1_ID').setHTML("<html><head><style>body {color: red;}</style></head><body>This should be red</body></html>");

     
    Please note that you cannot test or demo this problem in the example link (http://cutesoft.net/example/general.aspx) because it does not have the FullPage="True" set.  But you can re-create the problem using http://cutesoft.net/example/Edithtml.aspx 
View Complete Thread