In some of my HTML pages I have server-side code like this:
<b>This is a test from <% Response.Write(Company) %></b>
In my ASP pages, I do an "include" to bring in those HTML pages so everything gets parsed out within the parent page that calls it. When I use Fckeditor to edit the HTML pages, it screws up all my server-side code. How do I make Fckeditor to disregard or not change anything with server side tags (<% %> or <? ?>, etc)?
<b>This is a test from <% Response.Write(Company) %></b>
In my ASP pages, I do an "include" to bring in those HTML pages so everything gets parsed out within the parent page that calls it. When I use Fckeditor to edit the HTML pages, it screws up all my server-side code. How do I make Fckeditor to disregard or not change anything with server side tags (<% %> or <? ?>, etc)?

Re: Server-side tags wipes out in my HTML pages when editting. P
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Server-side tags wipes out in my HTML pages when editting. P
Hope this helps.
Abiel M. de Groot