how can i stop the editor add any path on my links?
example--
my Input:
a href="aa.htm"
then i saved the submit value,
when reopen it and save,
the editor will add the path as:
/test/test/aa.htm
I had set Editor.RemoveServerNamesFromUrl property to true and Editor.UseRelativeLinks property to true,but the problem still exist.
by the way:how can i stop the editor add css in my html code
the editor always add such code:
link href="http://cutesoft.net/test/css/style.css" rel=stylesheet