TemplateUrl Issue

  •  11-15-2005, 7:08 PM

    TemplateUrl Issue

    hi,
     
    i am using TemplateUrl to load some default content into the Editor.
    when the page renders, it quickly shows the template, then the rest of the page loads and the template dissappears.
    here is the code for by Editor control....
                      
                            <CE:Editor
                            id="CE_PageCopy"
                            AutoConfigure="None"
                            ConfigurationPath="deadline_cms.config"
                            EditorWysiwygModeCss="admin_wysiwyg.css"
                            runat="server"
                            TemplateUrl="eNewsletter_template.html"
                            ></CE:Editor> 

    can anyone think of a reason for this?
     
    thanks in advance for any help.
View Complete Thread