Edit static html - hide certain tags from editor?

  •  08-01-2006, 3:35 PM

    Edit static html - hide certain tags from editor?

    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?
View Complete Thread