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!