Logical bug / problem with generating html code using the cute editor

  •  11-29-2008, 2:21 PM

    Logical bug / problem with generating html code using the cute editor

    Hi,
     
    i have started to use the editor and test it and i think i have kind of a bug in the editor.
     
    i am trying to use the editor in a system i am building, the user that uses the system doesnt know any thing in html and he barlly now how to use the editor so my jub is to make it very easy to use.
     
    i have defined css class in the editor and now the user need to mark his text and choose css class.
     
    very easy to use...
     
    it happen to my user that he is choosing more then one time the css class to the same text. and then the resault is:
     
    <div class="CommonContent"><span class="CommonContent"><span class="">test content</span></span><br />
    </div>
     
    i get the code with bouble configuration, and it maks the content not to show properly as wanted.
     

    this example acualy i did it with the editor in this forum as a test to see if it can happen here as well.
     
    any idea how to produce clean code with using the editor.
     
    thanks for the help
     
    Ori
View Complete Thread