Is there somthing special i schall do to get XHTML out of the editor?
My problem id the breakelement "<br/>" in my editor it is returned as "<br>". I am using the lateste release of cuteEditor (12-08-2005 )
Here is the code for CuteEditor I am using:
<CE:Editor
id="tekst"
BreakElement="div"
ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/nyheder.config"
AutoConfigure="None"
UseRelativeLinks="false"
EnableStripScriptTags="false"
RemoveServerNamesFromUrl="false"
style="Height: 280px; width: 570px"
runat="server"
/>
Thanks in advance!