How to add header items to the html file ..???

Last post 06-13-2011, 7:52 AM by Eric. 3 replies.
Sort Posts: Previous Next
  •  10-03-2007, 2:37 AM 33970

    How to add header items to the html file ..???

    Hi,
     
    Can anyone tell me how to add the header section of the html file which we are going to edit using the cute editor?
    Iis there a simple way to add those header entries of the html file other than editing it using the editor?
     
    I need to add a java script and the css file entries to the html file?
     
     
    <html>
    <head>
     
    ------------------ Need to add the java script and the style sheet here------------
     
    </head>
    <body>
    </body>
    </html>
     
     
    Thanks!
    Nirasha
     
    Filed under:
  •  10-03-2007, 11:12 AM 33977 in reply to 33970

    Re: How to add header items to the html file ..???

    Nirasha,
     
    Can you explain it in more details? Are you using Cute Editor edit full HTML document?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-04-2007, 1:51 AM 34007 in reply to 33977

    Re: How to add header items to the html file ..???

    Yes im using the cute editor and i have set the "EditCompleteDocument" property true.

    And when ever the user try to create an html document using the editor i need to add a default jave script to the header section of the document.

    I wanna know whether there's a simple way to add then other than allowing the user to edit that section via editor.
    Is it  possible for me to set the when the editor is getting loaded?


    Thanks!
    Savani

  •  06-13-2011, 7:52 AM 67925 in reply to 34007

    Re: How to add header items to the html file ..???

    Hi Savani,
     
    You can set the following two properties and try it again:

    <CE:Editor id="Editor1" EnableStripStyleTagsCodeInjection="false" EnableStripScriptTags="false" EditorWysiwygModeCss="example.css" runat="server" ></CE:Editor>
     
    Thanks for asking
    Eric@cutesoft.net
          
View as RSS news feed in XML