How to get XHTML from the editor

  •  12-15-2005, 7:23 AM

    How to get XHTML from the editor

    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!
View Complete Thread