I'm using cute editor in a masterpage environment. To edit some aspx pages containing static html. On those pages I have a button <input onclick="BLOCKED SCRIPTlocation.href='/admin/edithtml.aspx?Page=<% = Request.Path %>'" type=button value=Edit>
Also the first line code reference I have on those pages <%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Title here" %>
I would like to hide this code in cute editor when I load the page for editing. Is that possible somehow?