thanks for your reply.. however when i tried to save the edited template, it is still saving the original format of the template, not the copy i have just edited... here's an excerpt of my code below, please help!!! thank you so much!!
PrivateSub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) HandlesMyBase.Load 'Put user code to initialize the page hereEditor1.LoadHtml("~/Templates/career.html")
Editor1.HelpUrl = "http://localhost/brousaCMS/Help/help1.aspx"
EndSubPrivateSub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.ClickIfNot txtFilename.Text IsNothingThenEditor1.SaveFile("~/brousaCMS2/doc/career/" & txtFilename.Text & ".html")
btnSubmit.Visible =
FalseEditor1.Visible =
FalselbSubmit.Visible =
TruePanel1.Visible =
FalseLabel2.Visible =
FalseEndIfEndSub