Hi rhonsberger,
Try load your html file directly for the editor, it should work.
protected override void OnLoad(EventArgs e)
{
Editor1.LoadHtml("~/actual.htm");
base.OnLoad(e);
}
Regards,
ken