Re: Single space appearing in Editor

  •  11-27-2005, 6:29 AM

    Re: Single space appearing in Editor

    Hi Adam.

    If I replace my CuteEditor:

    <CE:EDITOR id="txtDescription" runat="server" BackColor="White" Height="300" Width="589" ActiveTab="Code" TemplateItemList="[ForeColor,BackColor],[Bold,Italic,Underline,Separator,JustifyLeft,JustifyCenter,JustifyRight,Separator,InsertUnorderedList,Indent,Separator,ToFullPage,FromFullPage]"></CE:EDITOR>

    with the basic CuteEditor:
     
    <ce:editor id="txtDescription" runat="server"></ce:editor>
     
    the single space problem no longer exists. Can you use my CuteEditor and see if you can replicate this problem because it is clearly something to do with the above editor setup??
     
    Thanks,
     
    Nick
View Complete Thread