Re: Big problem with images styled to 100% width when within table in IE8

  •  08-20-2012, 12:58 AM

    Re: Big problem with images styled to 100% width when within table in IE8

    This would be good. Just... How do i set the doctype on the editor?
     
    Something like this?
     
    1. var editor = document.getElementById('<%=Editor1.ClientID%>');   
    2. function CuteEditor_OnCommand(editor, command, ui, value) {   
    3.     if (command == "TabEdit") {   
    4.         editor.DOCTYPE = "MyDoctype";   
    5.     }   
    6. }  
View Complete Thread