Hi
Using ver. 4.5
I am trying to use the component to edit html that will be sent as email.
At the top of the messages I have a Table of contents which links to articles
further down the message.
I want to use <a href="#1">Article 1</a>
I don't want any other URL or file name to appear when I save the file.
Currently when I save I get this inserted in my file
href="http://localhost/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=http%3a%2f%2flocalhost%2fmessages%2f%3fc%3d100111%26f%3d10#1"
when all I wanted was href="#1"
I have set
UseRelativeLinks="true" RemoveServerNamesFromUrl="true"
In fact it would be great if there was a way of telling the control not to change any of the HTML at all.
CHeers
Dindino