Conditional IE being removed

Last post 01-29-2014, 12:27 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  01-28-2014, 10:01 AM 79852

    Conditional IE being removed

     Hi

     

    This editor is removing conditional IE tags.

     

            <!--[if lt IE 9]>
           <link href="PreviewPage.ashx?PageID=305" type="text/css" rel="stylesheet" />
    <script src = "previewfile.ashx?id=1209" type = "text/javascript"></script><![endif]-->

     

    becomes

     

         <link href="PreviewPage.ashx?PageID=305" type="text/css" rel="stylesheet" />
    <script src = "previewfile.ashx?id=1209" type = "text/javascript"></script><![endif]-->

     

    I cannot get        <!--[if lt IE 9]> to stay in the HTML in full mode or anything. It gets removed when submitted to the server.

     

    Have tried all your demos and it always disappears 

    Help! 

  •  01-29-2014, 12:27 AM 79853 in reply to 79852

    Re: Conditional IE being removed

    Andy,

     

    I notice that is a special case ,

     

    Let me do some research on it at first

     

    Regards,

    Terry

     

View as RSS news feed in XML